mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-06-28 16:15:44 +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
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -61,15 +61,14 @@ cover/
|
|||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
|
||||
backend/db.sqlite3
|
||||
backend/.env
|
||||
backend/static/*
|
||||
backend/static/
|
||||
backend/media/
|
||||
.env
|
||||
media/*
|
||||
static/
|
||||
dumps/
|
||||
firefox/
|
||||
chrome/
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue