Bovril / djlight

Very light django app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This assumes you have django installed on your system, if you don't then install it with

$ pip install Django==1.8.5

This example does't use virtualenv, to see how to setup virtualenv visit Marina Mele's tutorial

To use the template with startproject , you can use the --template argument.

$ django.admin.py startproject foo --template=project_name

To start the server navigate to foo folde and run

$ python foo.py runserver

To use functional tests first install selenium

$ pip install --upgrade selenium

Copy the functional_tests folder to your new project folder

eg.

$ cp functional_tests/ foo/

Start server, open another terminal window and run

$ python functional_tests/all_users.py

About

Very light django app


Languages

Language:Python 100.0%