Skip to main content

Emencia Django Bazar

A Django app to store basic informations about related entities (like customers, suppliers, ourselves, etc..).

Requirements

Features

  • Note cards for entities: can contains content text or/and a file attachment;

  • Optional markup into note cards content (default is no markup, RestructuredText is easily available);

  • Django-CodeMirror usage if markup is used with RestructuredText;

  • Assets management with django-assets;

  • i18n usage for front interface;

  • Templates prototyped with Foundation5;

  • Tags for note cards using jQuery-Tags-Input into form;

Install

Add bazar app and its requirements to your installed apps in settings :

INSTALLED_APPS = (
    ...
    'autobreadcrumbs',
    'localflavor',
    'taggit',
    'taggit_templatetags2',
    'djangocodemirror',
    'sendfile',
    'bazar',
    ...
)

Then add its settings :

from bazar.settings import *

See the app settings.py file to see what settings you can override.

Also there is some settings for requirements: taggit, djangocodemirror and sendfile. See their documentation for more details how to configure them properly.

And add its views to your main urls.py :

from django.conf.urls import url, patterns
from filebrowser.sites import site as filebrowser_site

urlpatterns = patterns('',
    ...
    url(r'^bazar/', include('bazar.urls', namespace='bazar')),
    ...
)

Finally install app models in your database using Django migrations:

python manage.py migrate

Release files for emencia-django-bazar 0.6.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for emencia-django-bazar 0.6.2
File Size Uploaded
emencia-django-bazar-0.6.2.tar.gz 57.5 kB Details

Release files / emencia-django-bazar-0.6.2.tar.gz

Download URL emencia-django-bazar-0.6.2.tar.gz
Size 57.5 kB
Tags Source
SHA-256 checksum
How to use checksums
eed041ca36bbc0f03392880606eebbda4db473913202d2b91144fd1f7146b79f
BLAKE2b-256 checksum
How to use checksums
ca03a423d5a81628f89680379a487cf9bca780831ac63a729fa3b1292997742a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.6.2 This release

1 release file

0.6.1

1 release file

0.6.0

1 release file

0.5.1

1 release file

0.5.0

1 release file

0.4.5

1 release file

0.4.0

1 release file

0.2.1

1 release file

0.2.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page