Skip to content

rentalita/django-lutefiskdemo

Repository files navigation

Django Lutefisk Demo -- A Django project created by Django Layout.

Django Lutefisk Demo is...

BUILD

This runs python setup.py develop (more or less).

./build.sh

# Create a dummy SSL certificate.
./bin/make-ssl-cert.sh

./bin/lighttpd.sh start
sensible-browser http://localhost:8080
./bin/lighttpd.sh stop

To use the admin site, run (only once):

./bin/django-manage.sh createsuperuser

Then, later on, each time a model changes run:

./bin/django-migrate.sh

TEST

This uses nosetests to run the unit tests, and enables the built-in coverage report.

./tests.sh
sensible-browser ./coverage/index.html

INSTALL

There is nothing to install.

DEBUG

The layout used by Django Lutefisk Demo depends on that a particular environment has been setup (see etc/common). For this reason several wrapper scripts have been provided to help when working on the command-line. For example:

$ ./bin/python.sh
>>>

REQUIREMENTS

As tested on Ubuntu 11.04. See also Ubuntu Setup.

OPTIONAL

CONTRIBUTE

TODO: https://github.com/.../django-lutefiskdemo

LICENSE

Django Lutefisk Demo is brought to you by TODO: Who? under the TODO: What? License.

CREATED BY

https://github.com/rentalita/django-layout

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published