Merge pull request #157 from levivm/feature/new_digitalglarus
Fixed #2789 #2788 #2790 #2812 #2811
This commit is contained in:
commit
272e414b5c
116 changed files with 16319 additions and 75 deletions
|
|
@ -109,6 +109,7 @@ INSTALLED_APPS = (
|
|||
'hosting',
|
||||
'digitalglarus',
|
||||
'nosystemd',
|
||||
'datacenterlight',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
|
|
|||
|
|
@ -11,11 +11,13 @@ from ungleich_page.views import LandingView
|
|||
import debug_toolbar
|
||||
|
||||
urlpatterns = [ url(r'^index.html$', LandingView.as_view()),
|
||||
url(r'^hosting/', include('hosting.urls', namespace="hosting")),
|
||||
url(r'^hosting/', include('hosting.urls', namespace="hosting")),
|
||||
url(r'^railshosting/', RailsHostingView.as_view(), name="rails.hosting"),
|
||||
url(r'^nodehosting/', NodeJSHostingView.as_view(), name="node.hosting"),
|
||||
url(r'^djangohosting/', DjangoHostingView.as_view(), name="django.hosting"),
|
||||
url(r'^nosystemd/', include('nosystemd.urls', namespace="nosystemd")),
|
||||
url(r'^datacenterlight', include('datacenterlight.urls', namespace="datacenterlight")),
|
||||
url(r'^taggit_autosuggest/', include('taggit_autosuggest.urls')),
|
||||
url(r'^jsi18n/(?P<packages>\S+?)/$',
|
||||
'django.views.i18n.javascript_catalog'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue