Reworked helloworld
This commit is contained in:
+1
-1
@@ -18,5 +18,5 @@ from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', include('polls.urls')),
|
||||
path('', include('helloworld.urls')),
|
||||
]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PollsConfig(AppConfig):
|
||||
class HelloworldConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'polls'
|
||||
name = 'helloworld'
|
||||
Reference in New Issue
Block a user