Skip to content

A university site for code and course management built on the Django framework

Notifications You must be signed in to change notification settings

drayside/site-ecegit

 
 

Repository files navigation

ECE Git Site

A university site for code and course management built on the Django framework

Local Development

  1. Create a virtual environment in this directory, typically done with pyvenv venv
  2. Use the virtual environment created above, typically done with source venv/bin/activate
  3. Install the requirements using pip install -r requirements.txt
  4. Initialize the database with python manage.py migrate
  5. Initialize gitolite with gitolite setup -a USERNAME and follow the django-gitolite instructions
  6. Start the server with python manage.py runserver

CAS

The CAS module based off django-cas. This code is licensed under an MIT license. It is currently up-to-date with 47d19f3a871fa744dabe884758f90fff6ba135d5.

License

Except where noted, all code is licensed under AGPLv3+.

About

A university site for code and course management built on the Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.5%
  • HTML 20.5%