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

Latest commit

 

History

History
55 lines (36 loc) · 1.81 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.81 KB

Build Status

Team NewHeaven Website

Team NewHeaven website is the official website of the french minecraft team NewHeaven.

You can see the running version here.

Language convention

The team is french and user-interface strings are in french but localization is available. The website is translation into english.

All comments in the code and bug reports must be in english (or french in the worst scenario).

As for other style matters in the code, the PEP-8 Style Guide is a good base.

Dependencies

The website uses Django, a web framework for the Python programming language in version 3.

All the python dependencies for website are listed in the file requirements.txt in the source repository. From the main directory, simply run

$ pip install --upgrade -r requirements.txt

(This will install the full Django framework and a few separate modules, so it may take some time.)

Licence

Team NewHeaven Website Copyright (c) 2014 Team NewHeaven

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See the COPYING file.