Skip to content

sophiebaud11/advocateonline

 
 

Repository files navigation

How to install

Instructions for correctly setting up a virtual environment and getting started with the project are on the wiki.

How to Get Set Up for Linux Users

How to Get Set Up for Mac Users

Run it locally

Navigate to the root directory of the repo you just cloned /advocateonline and run

python manage.py runserver. Now go to localhost:8000 to view the site!

Contributing

When installing new packages, always make sure to update the requirements file.

pip freeze > requirements.txt

Updating the database

Dealing With Migrations

In general, whenever you pull code, you should probably run python manage.py migrate in case someone has committed new database migrations to the repository.

You should also periodically run pip install -r requirements.txt in case someone has installed new packages.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.4%
  • HTML 27.1%
  • Python 23.0%
  • JavaScript 16.5%