This is a Django project to demonstrate Django CRUD functionality using python and Admin LTE 2 Template,in this project user can Perfome CRUD Operation & File I/O Operation.
- Python 3.7
- Django 2.1
- MySql
- Admin LTE2 HTML Theme
Make sure that all required packages should be installed in your virtual environment.
Download from this link : https://bit.ly/2TzxXfB
Django AdminLTE 2 Documentation Download from : https://bit.ly/2TMfECY
Django AdminLTE 2 Theme Download from : https://bit.ly/2SY7VgU
- Activate Virtual Environment
- Set directory path of project
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- Paste this url in your browser : http://127.0.0.1:8000/