~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to local_urls.py.sample

  • Committer: franku
  • Date: 2018-11-26 17:39:05 UTC
  • Revision ID: somal@arcor.de-20181126173905-pf2dp3qeyimwy1vs
addressed code review; fixed an error for links with no texts; fixed loading lightbox_v2 css

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   url(r'^static/(?P<path>.*)$',
16
16
       serve,
17
17
       {'document_root': settings.STATIC_ROOT},
18
 
       name='static_media_foreign'),
 
18
       name='static_media_collected'),
19
19
   # HTML documentation created by ./manage.py create_docs
20
20
   url(r'^documentation/(?P<path>.*)$',
21
21
       serve,