Removing ignored files

This commit is contained in:
myvault 2018-09-27 13:15:31 +03:00
parent 7bdc5da958
commit 33489cb767
3 changed files with 17 additions and 1 deletions

View File

@ -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",

View File

@ -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',

View File

@ -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/