mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-04-28 02:31:15 +08:00
Overhauled entire project config, added notifications, email templates, optimized stripe subscriptions, redis caching, and webdriver utilities
This commit is contained in:
parent
7cbe8fd720
commit
99dfcef67b
84 changed files with 4300 additions and 867 deletions
17
Pipfile
17
Pipfile
|
@ -17,6 +17,23 @@ psycopg2 = "*"
|
|||
django-simple-history = "*"
|
||||
django-unfold = "*"
|
||||
django-resized = "*"
|
||||
stripe = "*"
|
||||
celery = "*"
|
||||
selenium = "*"
|
||||
undetected-chromedriver = "*"
|
||||
2captcha-python = "*"
|
||||
python-whois = "*"
|
||||
django-celery-beat = "*"
|
||||
flower = "*"
|
||||
kombu = "*"
|
||||
redis = "*"
|
||||
django-storages = "*"
|
||||
django-extensions = "*"
|
||||
django-celery-results = "*"
|
||||
pygraphviz = "*"
|
||||
gunicorn = "*"
|
||||
django-silk = "*"
|
||||
django-redis = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue