Skip to content

colinpade/blueblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blugblog

A functional blog site for posting and sharing blogs. Has the ability for users to sign up and post blogs that can be shared.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

A step by step series of examples that tell you have to get a development env running

  1. Create a virtualenv for the project
  2. Install the requirements.txt file with pip
pip install -r requirements.txt
  1. Run the django server
python ./manage.py runserver
  1. Enjoy the site at 127.0.0.1:8000 or your corresponding localhost

Built With

Contributing

Feel free to make PRs or Issues on things that need doing.

License

This project is licensed under the MIT License

About

Simple blog site in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published