[BACK][VLN] Project init
Showing
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.flake8
0 → 100644
.gitignore
0 → 100644
.pre-commit-config.yaml
0 → 100644
DEPLOY.md
0 → 100644
Dockerfile
0 → 100644
app/main/__init__.py
0 → 100644
app/main/asgi.py
0 → 100644
app/main/auth/__init__.py
0 → 100644
app/main/auth/serializers.py
0 → 100644
app/main/auth/views.py
0 → 100644
app/main/celery.py
0 → 100644
app/main/core/__init__.py
0 → 100644
app/main/core/decorators.py
0 → 100644
app/main/core/exceptions.py
0 → 100644
app/main/core/features.py
0 → 100644
app/main/core/fields.py
0 → 100644
app/main/core/filters.py
0 → 100644
app/main/core/middleware.py
0 → 100644
app/main/core/models.py
0 → 100644
app/main/core/pagination.py
0 → 100644
app/main/core/permissions.py
0 → 100644
app/main/core/routers.py
0 → 100644
app/main/core/serializers.py
0 → 100644
This diff is collapsed.
app/main/core/utils/dicts.py
0 → 100644
app/main/core/utils/text.py
0 → 100644
app/main/core/utils/views.py
0 → 100644
app/main/core/views.py
0 → 100644
app/main/settings.py
0 → 100644
app/main/urls.py
0 → 100644
app/main/wsgi.py
0 → 100644
app/manage.py
0 → 100755
app/static/.gitkeep
0 → 100644
app/users/__init__.py
0 → 100644
app/users/admin.py
0 → 100644
app/users/apps.py
0 → 100644
app/users/constants.py
0 → 100644
app/users/filters.py
0 → 100644
app/users/models.py
0 → 100644
app/users/serializers.py
0 → 100644
app/users/tests/__init__.py
0 → 100644
app/users/tests/factories.py
0 → 100644
app/users/utils.py
0 → 100644
app/users/views.py
0 → 100644
dev/.env.dev
0 → 100644
dev/docker-compose.dev.yml
0 → 100644
dev/docker-compose.local.yml
0 → 100644
docs/api/README.md
0 → 100644
env.example
0 → 100644
poetry.lock
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
requirements.txt
0 → 100644
| # bleach==3.2.1 | ||
| Django==3.1.7 | ||
| django-computedfields==0.1.3 | ||
| django-cors-headers==3.7.0 | ||
| django-cron==0.5.1 | ||
| django-model-utils==4.1.1 | ||
| django-extensions==3.1.1 | ||
| django-redis==4.12.1 | ||
| djangorestframework==3.12.2 | ||
| djangorestframework-simplejwt==4.6.0 | ||
| drf-nested-routers==0.93.3 | ||
| django-filter==2.4.0 | ||
| django-mptt==0.12.0 | ||
| factory_boy==3.2.0 | ||
| # graphviz==0.16 | ||
| Faker==6.6.1 | ||
| # openpyxl==3.0.7 | ||
| psycopg2==2.8.6 | ||
| python-dateutil==2.8.1 | ||
| PyJWT==2.0.1 | ||
| # for windows venv/Scripts/python_ldap-3.2.0-cp38-cp38-win32.whl from https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-ldap | ||
| pytz==2021.1 | ||
| requests==2.25.1 | ||
| # sqlparse==0.4.1 | ||
| uwsgi==2.0.19.1 | ||
| celery==5.0.5 | ||
| redis==3.5.3 | ||
| # pika==1.1.0 |
Please
register
or
sign in
to comment