diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-07 09:54:16 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-07 09:54:16 -0600 |
commit | 27aaf92d26eb75157dcfa923a5d63ea63feeb98c (patch) | |
tree | 8f6213bc0ecd7738ad050dc4454732c4fd210ab1 /config | |
parent | 3a54cdb85027e4a59ca6d78f5b91dbf7be77afd0 (diff) |
updated stylesheets and added essays
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 2 | ||||
-rw-r--r-- | config/requirements.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index 3c22638..6f2f1e6 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -48,6 +48,8 @@ urlpatterns = [ path(r'dialogues/', include('sightings.urls', namespace='sightings')), path(r'field-notes/', include('sketches.urls', namespace='sketches')), path(r'src/', include('src.urls', namespace='src')), + path(r'tools/', include('essays.urls', namespace='tools')), + path(r'essays/', include('essays.urls', namespace='essays')), path(r'figments/', include('figments.urls', namespace='figments')), path(r'work/', include('resume.urls', namespace='resume')), path(r'map', include('locations.urls', namespace='map')), diff --git a/config/requirements.txt b/config/requirements.txt index 64ccef5..982fbbc 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -40,3 +40,4 @@ twython==3.6.0 typogrify==2.0.7 urllib3==1.22 uWSGI==2.0.15 +pip install https://github.com/smarnach/pyexiftool/tarball/master |