Skip to content

Repository files navigation

Blog

A blog served on a web application using Django 1.9

Preview

Link soon to come

Onboarding

If you want to download and view this blog locally follow along with the instructions underneath using your command line

  1. Clone this directory

    git clone https://github.com/Maanav-G/Blog.git
    cd Blog
    
  2. Install Python 3:

    Download Python 3 from https://www.python.org/downloads/

    After download check and make sure you have Python 3 downloaded

    python --version
    
  3. Install Pip (Python Package Installer):

    sudo easy_install pip
    
  4. Install virtualenv:

    sudo pip install virtualenv
    
  5. Activate virtualenv:

    source bin/activate
    
  6. Install Django:

    pip install django==1.9
    
  7. Run the blog!

    cd src
    python manage.py runserver
    

Upcoming

  • Bug fixes
  • Adding user accounts
  • Making it more aesthetically pleasing
  • Publishing it online

Thanks

If you got this far, and went through the instructions (that I didn't think anyone would bother going through), then congratualations!

About

A blog served on a web application using Django 1.9

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages