Merge branch 'news' of https://github.com/Pentabyteman/SaS
This commit is contained in:
@@ -49,6 +49,7 @@ USE_X_FORWARDED_HOST = True
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = (
|
||||
'news',
|
||||
'captcha',
|
||||
'datenbank',
|
||||
'meingoethopia',
|
||||
|
||||
@@ -23,6 +23,9 @@ from .views import error_400, error_403, error_404, error_500
|
||||
urlpatterns = static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
urlpatterns += [
|
||||
url(r'^news/', include('news.urls',
|
||||
namespace='news',
|
||||
app_name='news')),
|
||||
url(r'^meingoethopia/', include('meingoethopia.urls',
|
||||
namespace='meingoethopia',
|
||||
app_name='meingoethopia')),
|
||||
|
||||
Reference in New Issue
Block a user