Skip to content

bhaskar8088/feature-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published