Skip to content

Commit da29096

Browse files
committed
The same as before
1 parent 08380ad commit da29096

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,21 @@ pipenv shell
2929
```
3030
To enter in the pipenv interactive mode
3131

32+
3233
Then run:
3334
```sh
3435
python3 manage.py migrate
3536
```
3637

3738
It will create the database in sqlite format and also run migrations for tables creation; sqlite is used for tutorial version and easy access to functionalities, in your product use a stable and production ready database (Poastgres, MySQL, Mongo, Oracle)
3839

40+
3941
*Recommended superuser(admin) creation, it will helps to manage data in the UI
4042
```sh
4143
python3 manage.py createsuperuser
4244
```
4345

46+
4447
Then we can run the project as simple as:
4548
```sh
4649
python3 manage.py runserver

0 commit comments

Comments
 (0)