Explorar el Código

#config:依赖管理

yht hace 1 mes
padre
commit
c1d14cc1b4
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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