first custom tag seriliazer tests

This commit is contained in:
Sam
2021-01-25 11:52:36 +00:00
parent fc0478299b
commit b2c857878b
7 changed files with 61 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ This README aims to document functionality of backend as well as required steps
From inside the project's folder:
- Make migrations:
```
python manage.py makemigrations core companies products history stats
python manage.py makemigrations core geo companies products history stats
python migrate
```
- Start server in development mode: `python manage.py runserver`