Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

InfoTechBlog

InfoTechBlog is a webapp made using Django which can be used as a platform to post your blogs. It also has an integrated facebook comments section.

Instructions

  1. Get the source code on your pc via git and navigate inside the folder through your terminal.
  git clone https://github.com/altruistcoder/
  1. Create a virtual environment and navigate inside it.
  virtualenv venv
  1. Move the contents of cloned repository inside virtual environment folder.

  2. Activate the virtual environment (You have to activate it everytime you are working on project).

  For mac users:

    source bin/activate  

  For windows users:

    .\Scripts\activate
  1. Now, install python dependencies.
  pip install -r requirements.txt
  1. Now, navigate to the directory containing manage.py file.

  2. Run following command:

  python manage.py migrate
  python manage.py runserver
  1. That's it, InfoTechBlog is ready. You can run it at http://127.0.0.1:8000/.

About

This is a web app made using Django which can be used to create blogs.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages