Skip to content

Commit 1cc846f

Browse files
Merge pull request #20 from app-generator/coreui
Use admin coreui package
2 parents 6594f57 + 1837ba3 commit 1cc846f

File tree

1,318 files changed

+9
-67545
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,318 files changed

+9
-67545
lines changed

apps/authentication/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/authentication/admin.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/authentication/config.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/authentication/forms.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

apps/authentication/migrations/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/authentication/models.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/authentication/tests.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/authentication/urls.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

apps/authentication/views.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

apps/home/urls.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,4 @@
66
from django.urls import path, re_path
77
from apps.home import views
88

9-
urlpatterns = [
10-
11-
# The home page
12-
path('', views.index, name='home'),
13-
14-
# Matches any html file
15-
re_path(r'^.*\.*', views.pages, name='pages'),
16-
17-
]
9+
urlpatterns = []

0 commit comments

Comments
 (0)