https://github.com/pythondeveloper6/django2-project-for-tutorials
https://github.com/pythondeveloper6/django2-project-for-tutorials
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythondeveloper6/django2-project-for-tutorials
- Owner: Pythondeveloper6
- Created: 2019-10-17T23:50:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T11:45:21.000Z (over 2 years ago)
- Last Synced: 2025-05-13T07:40:30.823Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django2-Project-For-Tutorials
a simple django blog with many data to use in my djano tutorials
---------------------------------------------------
> ### Project Packages
* Django 2.2.6
> ### How to use the code
* create a virtualenv using python3.8
* cd into the virtualenv folder
* clone the project : `git clone https://github.com/Pythondeveloper6/Django2-Project-For-Tutorials.git `
* cd the project folder
* install the required packages : `pip install -r requirements.txt `
* create django admin super user : `python manage.py createsuperuser `
* run the server `python manage.py runserver`
* navigate to `127.0.0.1:8000` in your browser