Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mach1el/my-django

Web application built by django framework.
https://github.com/mach1el/my-django

django django-example django-framework django-project python3 pythonwebapp web-application web-django

Last synced: about 1 month ago
JSON representation

Web application built by django framework.

Awesome Lists containing this project

README

        

# My django project
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
[![PyPI - Django Version](https://img.shields.io/pypi/djversions/djangorestframework.svg)](https://djangoproject.com)

Web application built by django framework.[Visit my website](https://cotp.pythonanywhere.com/)

##
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