mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
Removing ignored files
This commit is contained in:
parent
7bdc5da958
commit
33489cb767
|
@ -13,7 +13,7 @@
|
||||||
"Apache Software License 2.0",
|
"Apache Software License 2.0",
|
||||||
"Not open source"
|
"Not open source"
|
||||||
],
|
],
|
||||||
"timezone": "GMT+3",
|
"timezone": "Asia/Amman",
|
||||||
"windows": "n",
|
"windows": "n",
|
||||||
"use_pycharm": "y",
|
"use_pycharm": "y",
|
||||||
"use_docker": "n",
|
"use_docker": "n",
|
||||||
|
|
|
@ -87,6 +87,12 @@ THIRD_PARTY_APPS = [
|
||||||
'allauth.account',
|
'allauth.account',
|
||||||
'allauth.socialaccount',
|
'allauth.socialaccount',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
|
'django_filters',
|
||||||
|
'reversion',
|
||||||
|
'django_tables2',
|
||||||
|
'widget_tweaks',
|
||||||
|
'phonenumber_field',
|
||||||
|
|
||||||
]
|
]
|
||||||
LOCAL_APPS = [
|
LOCAL_APPS = [
|
||||||
'{{ cookiecutter.project_slug }}.users.apps.UsersAppConfig',
|
'{{ cookiecutter.project_slug }}.users.apps.UsersAppConfig',
|
||||||
|
|
|
@ -16,6 +16,16 @@ flower==0.9.2 # https://github.com/mher/flower
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
# Custome
|
||||||
|
|
||||||
|
django-filter==1.1.0
|
||||||
|
django-reversion==2.0.13
|
||||||
|
django-tables2==1.21.1
|
||||||
|
django-widget-tweaks==1.4.2
|
||||||
|
pika==0.12.0
|
||||||
|
ujson==1.35
|
||||||
|
django-phonenumber-field==2.0.1
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
django==2.0.8 # pyup: < 2.1 # https://www.djangoproject.com/
|
django==2.0.8 # pyup: < 2.1 # https://www.djangoproject.com/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user