Live demo Click Here
username : [email protected] , password : Welcome@123
- 1 . Register
- 2 . Login
- 3 . File Upload
- 4 . Form Validation
- 5 . CRUD Application
- 6 . Ajax CRUD Application
- 7 . File Upload
- 8 . CSV Import
- 9 . CSV Export
1. git clone https://github.com/gowthamand/django-crud-ajax-login-register-fileupload
2. Change settings.py MYSQL CONFIGURATIONS (name, user, password)
3. cd django-crud-ajax-login-register-fileupload
4. pip3 install -r requirements.txt
5. python3 manage.py migrate
6. python3 manage.py makemigrations
7. python3 manage.py migrate
8. python3 manage.py runserver
9. Login to http://127.0.0.1:8000
10. python manage.py createsuperuser (enter username, email, password)