Init
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
commit
086195073b
6 changed files with 139 additions and 0 deletions
10
dynamicweb/urls.py
Normal file
10
dynamicweb/urls.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from django.conf.urls import include, url
|
||||
from django.contrib import admin
|
||||
|
||||
urlpatterns = [
|
||||
# Examples:
|
||||
# url(r'^$', 'dynamicweb.views.home', name='home'),
|
||||
# url(r'^blog/', include('blog.urls')),
|
||||
|
||||
url(r'^admin/', include(admin.site.urls)),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue