new highscore table in the menu with a view of the snakegames and users table
highscore/__init__.py
0 → 100644
highscore/admin.py
0 → 100644
highscore/apps.py
0 → 100644
highscore/models.py
0 → 100644
highscore/tests.py
0 → 100644
highscore/views.py
0 → 100644
... | @@ -2,3 +2,4 @@ Django==2.0.3 | ... | @@ -2,3 +2,4 @@ Django==2.0.3 |
mysqlclient==1.3.12 | mysqlclient==1.3.12 | ||
Pillow==5.0.0 | Pillow==5.0.0 | ||
pytz==2017.3 | pytz==2017.3 | ||
sqlparse=0.2.4 |
Please register or sign in to comment