changing namespace and urls

This commit is contained in:
Shane Frischkorn 2013-07-27 22:23:05 +10:00
parent dd8614fdff
commit 08e36dacb1
19 changed files with 68 additions and 94 deletions

View file

@ -124,7 +124,7 @@ INSTALLED_APPS = (
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
'django.contrib.admindocs',
'common',
'three_d_viewer',
'south',
)