We encourage and empower women to pursue computer science, and we are dedicated to building an inclusive, supportive community of technical women at Portland State University.
We aim to create opportunities that inspire, educate, and equip women to succeed in their educational and professional development in computer science and technology. We believe in working toward closing the gender gap in technology by creating a supportive network that will encourage women to get involved in events and activities that will connect them to other technical women in the field, and promote their education and success in computer science.
- For local building and testing, Python >= 3.5.2, and Django >= 1.11 are required.
- Python can be installed through your distribution's package manager (reccomended), which should also install pip (python package manager) alongside that. Failing that, installation instructions can be found on the pip website here.
- Django can be installed through pip with the following command:
pip install Django
.- If this results in errors, superuser privledges (via sudo/su) may be required. Also check that pip is updated to the latest version.
After cloning the repository, run a one-time setup of the required structures in the database with: python manage.py migrate
.
Run python manage.py runserver 127.0.0.1:8000
, and the site should be visible in your web browser (incognito/privacy mode reccomended for cache issues) at http://127.0.0.1:8000!