GithubHelp home page GithubHelp logo

seenaomi / django-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drksephy/django-tutorial

1.0 2.0 0.0 755 KB

Django tutorial using Bower, Requests, Twitter Bootstrap + Github API

Home Page: http://drksephy.github.io/2015/07/16/django/

Python 72.98% HTML 27.02%

django-tutorial's Introduction

django-tutorial

Django tutorial application built using Requests, Bower, Twitter Bootstrap and Github API

Installation

To install the required libraries for this file, simply run the following:

pip install -r requirements.txt

This project also requires using Bower, which requires NPM. In order to get NPM, simple install Node.js. Once you have node, you can install Bower:

npm install -g bower

Note: On a Mac, you'll need to use:

sudo npm install -g bower

With Bower, you can install the front-end dependencies by running:

bower install

This will generate the static folder along with bootstrap and jquery inside it.

Running the project

To run this project:

# Navigate into directory containing manage.py
cd demonstration

# Setup the database
python manage.py migrate
python manage.py makemigrations

# Run the server
python manage.py runserver

You can now visit the following URLS:

* http://127.0.0.1:8000/app/
* http://127.0.0.1:8000/app/test/
* http://127.0.0.1:8000/app/profile/

Tests

Run the test suite:

python manage.py test

django-tutorial's People

Contributors

drksephy avatar

Stargazers

Naomi avatar

Watchers

James Cloos avatar Naomi 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.