Reverted back some lines for preserving format
This commit is contained in:
parent
2b0dbfa1e5
commit
faa26a05dd
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ from django.conf.urls.static import static
|
||||||
from django.views import i18n, static as static_view
|
from django.views import i18n, static as static_view
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from hosting.views import RailsHostingView, DjangoHostingView, \
|
from hosting.views import RailsHostingView, DjangoHostingView, NodeJSHostingView
|
||||||
NodeJSHostingView
|
|
||||||
from membership import urls as membership_urls
|
from membership import urls as membership_urls
|
||||||
from ungleich_page.views import LandingView
|
from ungleich_page.views import LandingView
|
||||||
from django.views.generic import RedirectView
|
from django.views.generic import RedirectView
|
||||||
|
|
Loading…
Reference in a new issue