import railshosting from static
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
5238b257c4
commit
96f31ed380
82 changed files with 15683 additions and 0 deletions
8
railshosting/urls.py
Normal file
8
railshosting/urls.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.index, name='index'),
|
||||
url(r'beta$', views.beta, name='beta'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue