Skip to content

Itsr1ght/django_blog_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_blog_site

This is a example django project developed by me for educational purpose

Getting Started

First clone the repository from Github and switch to the new directory:

$ git clone https://github.com/Itsr1ght/django_blog_site
$ cd django_blog_site

Activate the virtualenv for your project through

$ pipenv shell

$ pipenv install

Then simply apply the migrations:

$ python manage.py migrate

You can now run the development server:

$ python manage.py runserver

About

A simple article website created with django framework

Topics

Resources

License

Stars

Watchers

Forks