Skip to content

PetrJoe/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog

Simple blog creates in django

To run this project make sure you have the following requirements on your machine python 3+ Virtual environment

Run the following command if you don't have virtual environment on your system Pip install virtualenv

Virtualenv environment name Pip install -r requirements.txt

The command above will install everything required to run the project

To start the server makemigrations and migrate to create a database

Py manage.py makemigrations Py manage.py migrate Py manage.py createsuperuser Py manage.py runserver

In your terminal you will see 127.0.0.1:8000

Copy the url and paste it in your browser

That's all You are good to go 🤗😊🤗

About

Simple blog creates in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published