wye is the platform to help organisations(Colleges/FOSS) connect to experienced tutors which will benefit number of students to learn Python and real time use of Python in different domains.
wye is pronounced as #Y
(If you need detailed step-by-step guide, read the documentation here)
- Create a PostgreSQL 9.3 database
- It is advised to install all the requirements inside virtualenv, use virtualenvwrapper to manage virtualenvs.
cp settings/dev.sample.py settings/dev.py
createdb wye
pip install -r requirements/dev.txt
python manage.py migrate
python manage.py sample_data
python manage.py runserver
It's highly encouraged that you write test for any new feature/bug fixes. Find all the existing test inside tests/
folder. To run the test locally, run the following command:
py.test
You can invoke py.test
with various command line arguments, that can drastically improve your test writing/running experience. Read useful tip/tricks at docs/testing.md.
Email: admin@pythonexpress.in Password: 123123
Make sure you have nodejs & npm installed
$ npm install
$ gulp // This starts a watcher to watch for file changes
- Choose an issue and ask any doubts in the issue thread.
- Report any bugs/feature request as github new issue, if it's already not present.
- If you are starting to work on an issue, please leave a comment saying "I am working on it".
- Once you are done with feature/bug fix, send a pull request according to the guidelines.
This software is licensed under The MIT License(MIT). See the LICENSE file in the top distribution directory for the full license text.