Skip to content

akashdk/Django_Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"# Django_Blog" This Software is in public anyone could copy the code and make changes

INTRODUCTION:

This is a simple user blog application. form collects the infromation about the author and post and it is stored in a database so anyone can read your blog and they can create their own post.

STEPS :

Create the virtual env first then clone the app.

  1. git clone https://github.com/akashdk/Django_Blog/
  2. cd Django_Blog
  3. virtualenv env
  4. cd myenvname
  5. . env/bin/activate
  6. pip install -r requirements.txt
  7. python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published