Skip to content

karikittie/WiCS_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The PSU WiCS (Women in Computer Science) Website

A Django driven website for organizational information and administration.

Our Mission:

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.

Our Purpose:

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.

Usage Details

Prerequisites:
  • 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.
Setup:

After cloning the repository, run a one-time setup of the required structures in the database with: python manage.py migrate.

Running:

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!

Find us on Slack (#web-dev) and PSU OrgSync!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published