h-chauhan / rb-django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Python 3

First Time Setup

  1. Clone/Download the project.
  2. Open Command Prompt/ Powershell in project folder.
  3. Run following commands:

Install virtualenv.

pip install virtualenv

Create virtualenv here.

virtualenv env

Activate virtualenv.

.\env\Scripts\activate

Install requirements.

pip install -r requirements.txt

Run

  1. Open Command Prompt in the folder.
  2. Activate virtualenv
.\env\Scripts\activate
  1. Run
python manage.py runserver

Open 127.0.0.1:8000 in browser.

Admin

Open \admin in browser.

About


Languages

Language:Python 98.1%Language:HTML 1.9%