init. 初始化项目,并初步完成前端模板样式
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
### Django template
|
||||
*.log
|
||||
*.pot
|
||||
*.pyc
|
||||
__pycache__/
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
media
|
||||
/venv/
|
||||
/db/*
|
||||
/logs/*
|
||||
/deploy/
|
||||
/CONTAINER_ALREADY_STARTED_PLACEHOLDER
|
||||
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
||||
# in your Git repository. Update and uncomment the following line accordingly.
|
||||
# <django-project-name>/staticfiles/
|
||||
*/tests.py
|
||||
Dockerfile
|
||||
Reference in New Issue
Block a user