Skip to content

Commit e3d2ada

Browse files
committed
db
1 parent 4ed1a83 commit e3d2ada

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
*.pyc
99
__pycache__/
1010
local_settings.py
11-
db.sqlite3
12-
db.sqlite3-journal
1311
media
1412

15-
mydatabase
13+
1614

1715
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
1816
# in your Git repository. Update and uncomment the following line accordingly.

mydatabase

188 KB
Binary file not shown.

templates/pages/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!{% extends "base.html" %}
1+
{% extends "base.html" %}
22

33
{% block title %}Subjects{% endblock %}
44

0 commit comments

Comments
 (0)