Renamed static ev directory to evennia_general
Removed defunct news app.
This commit is contained in:
parent
a34ddea236
commit
def97b58a8
18 changed files with 5 additions and 298 deletions
|
|
@ -29,9 +29,6 @@ urlpatterns = [
|
|||
url(r'^accounts/login', 'django.contrib.auth.views.login', name="login"),
|
||||
url(r'^accounts/logout', 'django.contrib.auth.views.logout', name="logout"),
|
||||
|
||||
# News stuff
|
||||
# url(r'^news/', include('src.web.news.urls')),
|
||||
|
||||
# Page place-holder for things that aren't implemented yet.
|
||||
url(r'^tbi/', 'src.web.views.to_be_implemented', name='to_be_implemented'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue