mach1el / my-django

Web application built by django framework.

Home Page:https://cotp.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web application built by django framework.

https://cotp.pythonanywhere.com/

License:MIT License


Languages

Language:CSS 70.3%Language:HTML 15.9%Language:JavaScript 8.7%Language:Python 5.1%