feat: Set up initial Django project

This commit is contained in:
Lord_Devi 2024-09-16 20:43:33 -04:00
parent bd8192f70e
commit 7de3c22ee6
2 changed files with 23 additions and 0 deletions

23
.gitignore vendored
View file

@ -1 +1,24 @@
.aider*
# Virtual environment
venv/
# Python bytecode
__pycache__/
*.py[cod]
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Environment variables
.env
# IDE-specific files
.vscode/
.idea/
# OS-specific files
.DS_Store
Thumbs.db

0
leadsdb/settings.py Normal file
View file