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

https://github.com/pythondeveloper6/django2-project-for-tutorials


https://github.com/pythondeveloper6/django2-project-for-tutorials

Last synced: about 1 year ago
JSON representation

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