Skip to content

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

License

Notifications You must be signed in to change notification settings

vmontagh/site-ecegit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 GPL v3.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages