Beginnings of the integrated front-end website.
This commit is contained in:
parent
bb6905c1ca
commit
1e13d94b20
12 changed files with 1258 additions and 2 deletions
5
apps/website/urls.py
Normal file
5
apps/website/urls.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.conf.urls.defaults import *
|
||||
|
||||
urlpatterns = patterns('apps.website.views',
|
||||
(r'^$', 'page_index'),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue