Skip to content

Commit 82f507d

Browse files
committed
UPD - Material PRO Theme Integration
1 parent 8135405 commit 82f507d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# Application definition
4040

4141
INSTALLED_APPS = [
42-
'admin_berry_pro.apps.AdminBerryProConfig',
42+
'admin_material_pro.apps.AdminMaterialProConfig',
4343
"django.contrib.admin",
4444
"django.contrib.auth",
4545
"django.contrib.contenttypes",

core/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
urlpatterns = [
2020
path('', include('home.urls')),
2121
path("admin/", admin.site.urls),
22-
path("", include('admin_berry_pro.urls'))
22+
path("", include('admin_material_pro.urls'))
2323
]

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ django
22
gunicorn
33
python-dotenv
44
whitenoise
5-
git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-berry-pro
5+
6+
#git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-material-pro
7+
git+https://github.com/app-generator/priv-django-admin-material-pro
68

79
# psycopg2-binary
810
# mysqlclient

0 commit comments

Comments
 (0)