A university site for code and course management built on the Django framework
- Create a virtual environment in this directory, typically done with
pyvenv venv
- Use the virtual environment created above, typically done with
source venv/bin/activate
- Install the requirements using
pip install -r requirements.txt
- Initialize the database with
python manage.py migrate
- Initialize gitolite with
gitolite setup -a USERNAME
and follow thedjango-gitolite
instructions - Start the server with
python manage.py runserver
The CAS module based off django-cas.
This code is licensed under an MIT license. It is currently up-to-date with
47d19f3a871fa744dabe884758f90fff6ba135d5
.
Except where noted, all code is licensed under GPL v3.