custom user model added
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user