Renamed static ev directory to evennia_general

Removed defunct news app.
This commit is contained in:
Kelketek Rritaa 2014-06-29 08:14:33 -05:00
parent a34ddea236
commit def97b58a8
18 changed files with 5 additions and 298 deletions

View file

@ -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'),