Coder Social home page Coder Social logo

tutsplus-django's Introduction

Tuts+ Django Series

This is the source code for the Tuts+ series of courses on Django. The master branch holds the code in it's final position, i.e., as it was at the end of the last episode in the latest course in the series. The other branches are named for the course they represent and hold the code as it was at the end of that particular course. Tags have also been added to allow you to checkout the source as it was at the end of a particular episode.

Django Unchained

The source code for the Tuts+ course "Django Unchained"

Setup

  1. Create a virtual environment for the course and install Django (this course was created with v1.5, so it will definitely work with that version, but all bets are off on future versions of Django).

     % mkvirtualenv tutsplus-django
     % pip install django
    
  2. Get the source code for the course

    a. Clone the repository

     % git clone https://github.com/croach/tutsplus-django.git
     % cd tutsplus-django
    

    b. (optional) Checkout the source for a specific course or episode

     % git tag                    # list all tags (one per episode)
     % git branch -a              # list all branches (one per course)
     % git checkout <branch|tag>  # branches are by course, tags by episode
    
  3. Setup the database

     % manage.py syncdb         # make sure you setup an admin user
     % python loader.py         # populate DB with stories from HN
    
  4. Run it

     % manage.py runserver
    

tutsplus-django's People

Contributors

croach avatar

Watchers

James Cloos avatar sekayasin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.