We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You want to start helping us. You can follow these few steps to setup your dev environement.
# Clone the code repository git clone git@github.com:HE-Arc/OpenSauce.git # Create a virtual environement python -m venv OpenSauceVENV # Activate it source OpenSauceVENV/bin/activate # for windows # OpenSauceVENV/bin/activate.bat cd OpenSauce python -m pip install -r requirements.txt # Extra requirements for windows # python -m pip install pywin32 # Migrate the database python manage.py migrate # Load the fixtures python manage.py loaddata opensauceapp/fixtures/* # Run the server python manage.py runserver
If you have any question, ask us on our Discord server. https://discord.gg/zXFjYaz