django_extensions
This commit is contained in:
parent
9599e25e2d
commit
7244fdc187
|
|
@ -44,7 +44,7 @@ SHARED_APPS = (
|
||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
|
'django_extensions',
|
||||||
'Administration',
|
'Administration',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ RUN pip install sentry-sdk
|
||||||
RUN pip install psycopg2-binary
|
RUN pip install psycopg2-binary
|
||||||
RUN pip install python-dateutil
|
RUN pip install python-dateutil
|
||||||
RUN pip install Werkzeug
|
RUN pip install Werkzeug
|
||||||
RUN pip install django-extensions
|
|
||||||
RUN pip install django-solo
|
RUN pip install django-solo
|
||||||
RUN pip install django-admin-sortable2
|
RUN pip install django-admin-sortable2
|
||||||
RUN pip install admin-totals
|
RUN pip install admin-totals
|
||||||
|
|
@ -28,6 +27,7 @@ RUN pip install mollie-api-python
|
||||||
RUN pip install ipython
|
RUN pip install ipython
|
||||||
RUN pip install ipdb
|
RUN pip install ipdb
|
||||||
RUN pip install django_debug_toolbar
|
RUN pip install django_debug_toolbar
|
||||||
|
RUN pip install django-extensions
|
||||||
|
|
||||||
|
|
||||||
## POSTGRES CLIENT
|
## POSTGRES CLIENT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue