Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1019 Bytes

File metadata and controls

27 lines (22 loc) · 1019 Bytes

MVT-Architecture-Python

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.

Project Description

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.

Project Features

  • User Authentication
  • User Registration
  • User Login
  • User Logout
  • User Profile
  • User Profile Update
  • Create, Read, Update, Delete (CRUD) Operations

Project Requirements

  • Python 3.6.9
  • Django 3.0.5
  • django-crispy-forms 1.9.0

Project Setup

  • Clone the repository
  • Create a virtual environment
  • Install the requirements
  • Run the server (refer to Makefile for list of commands)