Skip to content

This repository contains the most complete code required for the blog written by Django.

License

Notifications You must be signed in to change notification settings

Amirmohammadkazemi/Full_blog_with_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-blog-with-django

This repository contains the most complete code required for the blog written by Django.

Install

Create Virtual Environment:

  • Unix/MacOS: python -m venv .env
  • Windows: py -m venv myworld

Activate virtual environment:

  • Unix/MacOS: source myworld/bin/activate
  • Windows: myworld\Scripts\activate.bat

Install requirements

  • pip install -r requirements.txt

Run project

In Windows, put Python instead of Python3

  • cd src

  • python3 manage.py migrate

  • python3 manage.py createsuperuser

  • python3 manage.py makemigrations

  • python3 manage.py migrate

  • python3 manage.py runserver:port(default is 8000)

About

This repository contains the most complete code required for the blog written by Django.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published