Skip to content
Snippets Groups Projects
Commit a27daa3b authored by Eck Balázs István's avatar Eck Balázs István
Browse files

Merge branch 'revert-9f29ae9d' into 'main'

Revert "asd"

See merge request !3
parents f81733a6 235f0426
Branches
No related tags found
1 merge request!3Revert "asd"
Showing
with 2 additions and 2 deletions
......@@ -27,7 +27,7 @@ urlpatterns = [
path('admin/', admin.site.urls),
path('', views.homepage),
path('about/', views.about),
path('pictures/', include('pictures.urls')),
path('posts/', include('posts.urls')),
path('users/', include('users.urls'))
]
......
File moved
......@@ -3,4 +3,4 @@ from django.apps import AppConfig
class PostsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'pictures'
name = 'posts'
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment