Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 786 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 786 Bytes

My django project

Python Version PyPI - Django Version

Web application built by django framework.Visit my website

There some techniques have been used in my project

  • The Model layer
  • The View layer
  • The template layer
  • Forms
  • The Admin
  • Session
  • Authentication

Running project

Install require packages

pip install -r requirements.txt

Clone project to your computer

git clone https://github.com/t7hm1/My-django-project.git

Migrate project

python3 manage.py migrate

Run your server on your localhost

python3 manage.py runserver