Skip to content

Provides a django application to show a standin plan online. -- This is a mirror from FLS git server

License

Notifications You must be signed in to change notification settings

FLS-Wiesbaden/django-standin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Health

Standin plan

Standin plan is a Django app to provide a standin plan for schools (whatever kind of school).

The application is published as GPL v3 as it should be free and open for all schools and every school should be able to take benefit of others improvements. For us and our children.

Detailed documentation is in the "docs" directory.

Dependencies

Configuration

This application supports the [django-siteprefs] extension. Just install it according to the package instructions.

Quick start

  1. Add "standin" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'standin',
    ]
    
  2. Include the standin URLconf in your project urls.py like this:

    url(r'^standin/', include('standin.urls')),
    
  3. Run python manage.py migrate to create the standin models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create entries (you'll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/standin/ to see the plan or http://127.0.0.1:8000/standin/teacher for the teacher plan!

About

Provides a django application to show a standin plan online. -- This is a mirror from FLS git server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published