Last bit of major changes
Closes #1 Closes #5 Closes #6 Closes #8 Closes #9 Closes #10
This commit is contained in:
@@ -9,6 +9,7 @@ urlpatterns = [
|
||||
path('', include('store.urls')), # Store is the home app
|
||||
path('home', RedirectView.as_view(url='/', permanent=True), name='home'), # Redirect /home to /
|
||||
path('decks/', include('decks.urls')),
|
||||
path('proxy/', include('proxy.urls')),
|
||||
|
||||
# SEO
|
||||
path('robots.txt', TemplateView.as_view(template_name="robots.txt", content_type="text/plain")),
|
||||
|
||||
Reference in New Issue
Block a user