소스 검색

#config:依赖管理

yht 1 개월 전
부모
커밋
c1d14cc1b4
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitignore
  2. BIN
      pythonweb/requirements.txt

+ 2 - 1
.gitignore

@@ -6,7 +6,7 @@ __pycache__/
 local_settings.py
 db.sqlite3
 db.sqlite3-journal
-media/
+#media/
 
 # 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.
@@ -192,6 +192,7 @@ $RECYCLE.BIN/
 *.key
 secrets.json
 
+!/pythonweb/media/**
 !**/**.css
 !**/**.js
 !**/**.jpg

BIN
pythonweb/requirements.txt