For more detail, please visit:
Full-stack CRUD App:
Create the DB tables first:
python manage.py migrate
Run the development web server:
python manage.py runserver 8080
Open the URL http://localhost:8080/ to access the application.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For more detail, please visit:
Full-stack CRUD App:
Create the DB tables first:
python manage.py migrate
Run the development web server:
python manage.py runserver 8080
Open the URL http://localhost:8080/ to access the application.