Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 801 Bytes

CONTRIBUTE.md

File metadata and controls

24 lines (19 loc) · 801 Bytes

Bloggram- How to Contribute

Prequisites

Local Setup

  1. Fork the repository.
  2. Clone the Forked repo
    • copy the repo link
    • open git bash or command prompt and run the code
      git clone <repo link>
      

Running Using Vs code directly

  • Open the bloggram folder in vs code,
  • install all the items in requirements.txt , example: pip install dj_static .
  • In the command prompt (or VS Code terminal) run the command : python manage.py runserver.
  • Click on the local host link generated OR Go to your browser and open local host.

Credential for login:

  • username - jayesh pass- jks2021 for role- admin