Skip to content

Linkid/www.ain7.org

 
 

Repository files navigation

AIn7 Web Portal

This project host the ENSEEIHT (n7) alumni group (AIn7) portal code:

All the code has been released under GPLv2 license. Portal is maintained by volonteers of the alumni group.

Contributions (pull requests) and bugs are welcome.

For using the code, just clone this repository. We recommend to use a virtualenv:

$ mkvirtualenv www.ain7.org
$ pip install -r requirements-dev.txt
$ python manage.py runserver

Then point your browser to http://localhost:8000

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.6%
  • HTML 27.2%
  • CSS 18.6%
  • JavaScript 9.6%