We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea3dd0 commit 849cadaCopy full SHA for 849cada
.gitignore
@@ -7,7 +7,9 @@ __pycache__/
7
local_settings.py
8
db.sqlite3
9
media
10
-*.json
+
11
+#Ignore Post.json file
12
+posts.json
13
14
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
15
# in your Git repository. Update and uncomment the following line accordingly.
posts.json
0 commit comments