Skip to content

franlu/pupils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUPILS

Application for the management of any event related to educational, sports or leisure, in which the protagonists are children.

Prerequisites

  • python >= 2.7
  • pip
  • virtualenv/wrapper

Installation

Creating the environment

Create a virtual python environment for the project.

For virtualenvwrapper

mkvirtualenv --no-site-packages pupils-env

For virtualenv

virtualenv --no-site-packages pupils-env
cd pupils-env
source bin/activate

Clone the code

git clone https://github.com/franlu/pupils.git pupils

Install requirements

cd pupils
pip install -r requirements.txt

Running

python manage.py runserver

Open browser to http://127.0.0.1:8000

Owner

Contributors

About

Application for the management of any event related to educational, sports or leisure, in which the protagonists are children.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.7%
  • JavaScript 26.3%