Skip to content

mod2/liszt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liszt

A web-based todo list app written in Django. Tested with Python 3.x.

Installation

These installation instructions assume some basic knowledge of Django.

  • Clone the repo
  • Create a virtualenv for the project if you want
  • Copy local_settings_sample.py to local_settings.py and edit to taste (and make sure you put something in SECRET_KEY)
  • pip install -r requirements.txt
  • ./manage.py migrate
  • ./manage.py createsuperuser
  • ./manage.py runserver 8001

About

Unmaintained. Todo list web app. Python 3.x and Django 1.8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published