custom user model added

This commit is contained in:
Sam
2021-01-21 10:58:40 +00:00
parent 5c4c004faf
commit 21e05fd14d
8 changed files with 68 additions and 3 deletions

View File

@@ -11,11 +11,13 @@ This README aims to document functionality of backend as well as required steps
- Clone repository:
`git clone git@bitbucket.org:enreda/back-latienda.git`
- From inside the project's folder:
- Create file `.env` from `example.env` and populate fields correctly
From inside the project's folder:
- Make migrations:
```
python manage.py makemigrations core companies products history stats
python migrate
```
- Start server in development mode: `python manage.py runserver`