Skip to content

Commit 06c9945

Browse files
committed
first commit
1 parent d03c469 commit 06c9945

File tree

66 files changed

+257
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+257
-266
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.env
2+
3+
# Django #
4+
*.log
5+
*.pot
6+
*.pyc
7+
__pycache__
8+
db.sqlite3
9+
10+
**/migrations/**
11+
!**/migrations
12+
!**/migrations/__init__.py

README.md

Lines changed: 1 addition & 1 deletion

db.sqlite3

-260 KB
Binary file not shown.
-144 Bytes
Binary file not shown.
-2.64 KB
Binary file not shown.
-2.87 KB
Binary file not shown.
-1.45 KB
Binary file not shown.
-7.37 KB
Binary file not shown.
-665 Bytes
Binary file not shown.
-3.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)