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: 8 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T05:35:51.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T23:04:57.755Z (over 1 year 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
[](https://python.org)
[](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