Skip to content

TheHamCore/blog__py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

a "Blog" project written in Django where authorized users can post and discuss / comment with other users.

Install the dependencies and start the server.

git clone https://github.com/TheHamCore/blog__py.git
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt

If you want to launch with a local database you will have to write next command

python manage.py migrate

Run the server

python manage.py runserver

Check your 127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published