Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 560 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 560 Bytes

Feature Request

Installation:

  1. Clone the repo

     git clone [email protected]:bhaskar8088/feature-request.git
    
  2. Create a virtual environment

     mkvirtual envname
    
  3. Install requirements

     pip install -r requirements.txt
    
  4. Run migrations

     python manage.py migrate
    
  5. Create a super user and visit admin page to see features requests and any other admin data.

     python manage.py createsuperuser
    
  6. Run the server and access website at http://localhost:8000

     python manage.py runserver