mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-20 10:21:52 +00:00
ignore patterns updated
This commit is contained in:
parent
ea9f262435
commit
0efe9f48c5
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -40,8 +40,10 @@ fobi/fobi.migrations.rst
|
|||
/examples/media/fobi_plugins/content_image/
|
||||
/examples/media/fobi_plugins/file/
|
||||
/examples/media/cache/
|
||||
/examples/simple/lund/
|
||||
/examples/simple/settings/local_settings.py
|
||||
/examples/simple/settings/local_settings_foundation5.py
|
||||
/examples/simple/settings/lund.py
|
||||
/examples/quickstart/local_settings.py
|
||||
/examples/quick_start/db.sqlite3
|
||||
/examples/quickstart/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
__title__ = 'fobi.contrib.plugins.form_elements.fields.slider.constants'
|
||||
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
|
||||
__copyright__ = '2014-2016 Artur Barseghyan'
|
||||
__license__ = 'GPL 2.0/LGPL 2.1'
|
||||
__all__ = (
|
||||
'SLIDER_TOOLTIP_SHOW',
|
||||
'SLIDER_TOOLTIP_HIDE',
|
||||
|
|
|
|||
Loading…
Reference in a new issue