New website for Python Paraguay
- Python >= 3.6
- Virtualenv
- Django >=2.0
- Wagtail >=2.0
git clone git@github.com:PythonParaguay/PythonPy.org.git
cd PythonPy.org
pip install virtualenv
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
To load sample data (Optional)
./manage.py loaddata test_data.json
- Frontend
- Unit tests
- Documentation
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
This project is licensed under the terms of the GNU General Public License v3.0 - see the LICENSE file for details