Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
/ rally Public archive
generated from KartikPulipati/djangoTemplate

Merge Hacks 2022. A website to discuss much needed climate change policies.

Notifications You must be signed in to change notification settings

KartikPulipati/rally

Repository files navigation

Instructions to setup development environment for this project.

How to use this repository!

This is done with Mac commands
  1. Make sure to have python installed in your computer
  2. Click Use this template
  3. Make your own repository using this
  4. Make folder for this project and cd into it
  5. Clone that repository into that folder(I personally use Github Desktop cause it is so much easier!)
git clone https://github.com/<Username>/<Name of Repo>.git>
  1. Create a venv and activate it
pip install virtualenv
virtualenv venv
source venv/bin/activate
  1. Install all project dependencies
pip install -r requirements.txt
  1. Be sure to add your own Secret Key and Email credentials in Settings.py
  2. Create the database
python manage.py migrate
  1. Create a superuser and fill out the prompts, the password will be blank(it is for security)
python manage.py createsuperuser

About

Merge Hacks 2022. A website to discuss much needed climate change policies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published