Under construction... Collaborators are welcome. Verify the actual stage: http://stdevelopr.pythonanywhere.com/cescwork/
This is being built in Python 3.6.5 with Django. Learn it here: https://www.djangoproject.com/
If you do not have virtualenvwrapper installed, just install it:
pip install virtualenvwrapper
- Create a virtualenviroment:
mkvirtualenv cescwork
- Make sure your virtualenv is active:
workon cescwork
- Clone this repo:
git clone https://github.com/stdevelopr/cescwork.git
- Enter the folder cescwork
cd cescwork
- Install the requirements:
pip install -r requirements.txt
- Construct the database:
python manage.py makemigrations
python manage.py migrate
- Run the server:
python manage.py runserver
Open on your browser: http://127.0.0.1:8000/