File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3939# Application definition
4040
4141INSTALLED_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" ,
Original file line number Diff line number Diff line change 1919urlpatterns = [
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]
Original file line number Diff line number Diff line change 22gunicorn
33python-dotenv
44whitenoise
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
You can’t perform that action at this time.
0 commit comments