~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: Holger Rapp
  • Date: 2009-03-01 20:47:48 UTC
  • Revision ID: sirver@kallisto.local-20090301204748-h3ouqkp8zhv10ydq
First (working) commit of wlimages app, the app that will handle image uploading and managing. Uploading works now; images can only be uploaded once (with the same filename). Much stil missing. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    # WL specific:
39
39
    url(r'^$', mainpage, name="mainpage"),
40
40
    url(r'^help/', include("online_help.urls")),
41
 
    url(r'^images/', include("images.urls")),
 
41
    url(r'^images/', include("wlimages.urls")),
42
42
)
43
43
 
44
44
try: