Skip to content

skara9/rcos_io

 
 

Repository files navigation

RCOS IO

Local Development

Requirements

  • Python 3.11+
  • a Postgres database

Setup

  1. Clone repository
  2. Create the virtual environment in the project folder python3.11 -m venv ./venv
  3. Activate virtual environment source ./venv/bin/activate
  4. Install requirements pip install -r requirements.txt
  5. Create a .env file (not the placement of the .) and add environment values
    • see .env.example for the expected variables
  6. Setup database ./manage.py migrate
  7. Create a superuser for testing ./manage.py createsuperuser
  8. Load test data (optional) ./manage.py loaddata full coming soon

Running

  1. ./manage.py runserver
  2. Navigate to http://127.0.0.1:8000/auth/login/ and enter the email of your superuser and choose "Login (admin)"

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 33.8%
  • CSS 28.5%
  • Python 24.3%
  • HTML 13.3%
  • Shell 0.1%