Skip to content

PhilipGarnero/django-opening-hours

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-opening-hours

Model and andmin for management opening hours

Authors

Source

Documentation

Instalation

Instalation is very simple over pip.

pip install django-opening-hours

Usage

settings.py

INSTALLED_APPS += ("opening_hours", )

myapp/models.py

from django.db import models
from opening_hours.db_fields import OpeningHoursField

class Store(model.Model):
    name = models.CharField(max_length=255)
    opening_hours = OpeningHoursField()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%