Skip to content

It is a tech blog site where one can publish articles, add comments.

Notifications You must be signed in to change notification settings

jainsras/Blog-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blog-Site

It is a tech blogsite where one can publish articles, add comments. I created this using Django framework.

To accomplish this, I took an online course at udemy by Jose Portilla.

Clone This Project (Make Sure You Have Git Installed)

https://github.com/jainsras/Blog-Site

Install Dependencies

pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

python manage.py makemigrations

python manage.py migrate

Create SuperUser

python manage.py createsuperuser

After all these steps , you can start testing and developing this project.

About

It is a tech blog site where one can publish articles, add comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published