Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mach1el/my-django
- Owner: mach1el
- License: mit
- Created: 2018-09-18T14:08:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T05:35:51.000Z (over 4 years ago)
- Last Synced: 2024-09-28T16:23:16.020Z (about 2 months ago)
- Topics: django, django-example, django-framework, django-project, python3, pythonwebapp, web-application, web-django
- Language: CSS
- Homepage: https://cotp.pythonanywhere.com/
- Size: 8.09 MB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 packagespip 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 localhostpython3 manage.py runserver