A Model-View-Template Architectured project, made in Python-Django, for experiment, reference and research purposes. Contributors are most welcome!
Note: This project is still under development. The project is not yet ready for production use.
This project is a Model-View-Template (MVT) Architectured project, made in Python-Django, for experiment, reference and research purposes. Contributors are most welcome! The project is not yet ready for production use. The project is still under development. Project is made purely made in Python-Django.
- User Authentication
- User Registration
- User Login
- User Logout
- User Profile
- User Profile Update
- Create, Read, Update, Delete (CRUD) Operations
- Python 3.6.9
- Django 3.0.5
- django-crispy-forms 1.9.0
- Clone the repository
- Create a virtual environment
- Install the requirements
- Run the server (refer to Makefile for list of commands)