Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

How to Test the Application

ritwickraj78 edited this page Jun 19, 2020 · 1 revision

The website is served live on this link


To run test cases on the app, run the following command after you setup the portal locally.

python systers_portal/manage.py runserver --settings=systers_portal.settings.testing

To check for the PEP8 style guide errors, run the following command

flake8 systers_portal
Clone this wiki locally