Implement basic bookmark page

This commit is contained in:
Sascha Ißbrücker
2019-06-27 08:09:51 +02:00
commit fc2794aa61
25 changed files with 567 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
Django==2.2.2
pytz==2019.1
sqlparse==0.3.0