No description
  • Python 97.7%
  • Dockerfile 1.4%
  • HTML 0.9%
Find a file
2016-08-23 17:35:08 -04:00
django/metaclub add a view student list 2016-08-23 10:08:41 -04:00
doc Merge pull request #15 from ClubCedille/deployement/basic_install 2016-08-22 10:15:55 -04:00
.gitignore Add base project file 2016-08-04 23:04:42 -04:00
.travis.yml Add setUpTestData for models 2016-08-22 21:52:22 -04:00
CONTRIBUTORS.adoc Create CONTRIBUTORS.adoc 2016-08-04 23:05:16 -04:00
docker-compose.yml Add base project file 2016-08-04 23:04:42 -04:00
Dockerfile Add base project file 2016-08-04 23:04:42 -04:00
INSTALL.md installation documentation 2016-08-04 23:53:38 -04:00
LICENCE Create LICENCE 2016-08-04 22:58:53 -04:00
README.adoc Merge pull request #15 from ClubCedille/deployement/basic_install 2016-08-22 10:15:55 -04:00
requirements.txt add database connector and factory_boy for test 2016-08-04 23:55:14 -04:00

= MetaClub

Status for master
image:https://travis-ci.org/ClubCedille/metaclub.svg?branch=master["Build Status", link="https://travis-ci.org/ClubCedille/metaclub"]


Status for dev
image:https://travis-ci.org/ClubCedille/metaclub.svg?branch=dev["Build Status", link="https://travis-ci.org/ClubCedille/metaclub"]


Here is the repo for the metaclub project from club Cedille.

== Information
The whole project is made in django with lots of love.

The python version is **3.5**

=== Documentation
The documentation language is english to be more accessible to a broader audience. The recommended format is asciidoc.

== Warning
The docker file in this repo are not design to be run in a production environment. They used the internal django web server.