diff options
author | mjfernez <mjfernez@gmail.com> | 2021-06-15 23:28:40 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-06-16 00:12:00 -0400 |
commit | 945594509e6a19ab0229e9949691e2f7652ea500 (patch) | |
tree | 6604218008b8de51fa70d998cadc960ef627efe2 /requirements.txt | |
parent | 3ba991bedda7ac3d2e090bfa9bd9d254ee285ae6 (diff) | |
download | ezcms-945594509e6a19ab0229e9949691e2f7652ea500.tar.gz |
Changed / to /site, added views.py, README amended
Previously this program served files in the 'templates/site' dir on '/',
but this caused problems when accessing raw files using '/raw/' which is
useful for embedding or quickly downloading content. It's also an
inconvenience to the user, since they have to add a word rather than
double-clicking an replacing it.
The main server file and the base and index templates have been changed
to reflect this.
The codebase has been reorganized to separate views from the main flask
app. Blueprints were avoided since only one blueprint would be needed so
thus unnecessary.
README and docstrings were also expanded for clarity and edited for
errors.
Some comments
Diffstat (limited to 'requirements.txt')
0 files changed, 0 insertions, 0 deletions