Skip to content

A Massive Open Online Course platform for learning purposes using Django for Web Development with Python

Notifications You must be signed in to change notification settings

kayo-campos/Simple_MOOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A Massive Open Online Course platform for learning purposes using Django for Web Development with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published