Skip to content

Commit 6a70f2e

Browse files
committed
Dummy
1 parent 2c4e012 commit 6a70f2e

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_material2_pro.apps.AdminMaterial2ProConfig',
42+
'admin_volt_pro.apps.AdminVoltProConfig',
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_material2_pro.urls'))
22+
path("", include('admin_volt_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-material2-pro
5+
6+
#git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-volt-pro
7+
git+https://github.com/app-generator/priv-django-admin-volt-pro
68

79
# psycopg2-binary
810
# mysqlclient

0 commit comments

Comments
 (0)