Skip to content

LiquidGalaxy/lg-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start for touchscreen development:

Install Django and any other dependancies.  On Ubuntu, try:
$ sudo apt-get install django

Create SQLite ORM database file:
$ ./manage.py syncdb --noinput

Start the Django development server:
$ ./manage.py runserver

Now your browser should be able to reach the touchscreen interface:
http://127.0.0.1:8000/control/template/touchscreen_google.html

About

Automatically exported from code.google.com/p/liquid-galaxy.lg-cms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors