Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

ain7/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