Skip to main content

A Django app to store basic informations about entities

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emencia-django-bazar-0.6.2.tar.gz (57.5 kB view details)

Uploaded Source

File details

Details for the file emencia-django-bazar-0.6.2.tar.gz.

File metadata

File hashes

Hashes for emencia-django-bazar-0.6.2.tar.gz
Algorithm Hash digest
SHA256 eed041ca36bbc0f03392880606eebbda4db473913202d2b91144fd1f7146b79f
MD5 f69b1ad7fdf31e99ac5e05f8e223de9d
BLAKE2b-256 ca03a423d5a81628f89680379a487cf9bca780831ac63a729fa3b1292997742a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page