Skip to content

mrkschan/django-localflavor-hk-phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Django local flavor add-ons: HK phone number (ticket - https://code.djangoproject.com/ticket/17864).

# Install #

Put django/contrib/localflavor/hk/ directory into django/contrib/localflavor/.


# South Integration #

Add the following to your db model that uses the field.

    from south.modelsinspector import add_introspection_rules
    add_introspection_rules([], ["^django\.contrib\.localflavor\.hk\.models\.PhoneNumberField"])

About

Django local flavor for HK phone number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages