A Massive Open Online Course platform for learning purposes using Django for Web Development with Python
This repo is the result of a free course from udemy (https://www.udemy.com/python-3-na-web-com-django-basico-intermediario/learn/v4/overview), so thank you @gileno for the great classes and for making them avaliable for free!
If you're in a debian-based linux distro, just go with
sudo apt-get install python3
pip install Django
pip install Pillow
- Clone repository or download zip and extract somewhere
- In a terminal, access your Virtual Environment folder and type
source activate
- With this, you're sure using compatible python and django versions
- Now, go to Simple_MOOC/code/simplemooc and type
python manage.py runserver
- Open your browser and go to
localhost:8000
- Work hard and study a lot!