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