Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.02 KB

Simple_MOOC

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!

Requirements

- Python3 (specifically 3.5.4rc1)

If you're in a debian-based linux distro, just go with sudo apt-get install python3

- Django 1.9

pip install Django

- Pillow library

pip install Pillow

How-to guide

  1. Clone repository or download zip and extract somewhere
  2. In a terminal, access your Virtual Environment folder and type source activate
    • With this, you're sure using compatible python and django versions
  3. Now, go to Simple_MOOC/code/simplemooc and type python manage.py runserver
  4. Open your browser and go to localhost:8000
  5. Work hard and study a lot!