Skip to main content

db manager page for stockanalyser

Project description

django-dbmanager is a Django app to use for stockanalyser. For each question, visitors can choose between a fixed number of answers.

Quick start

  1. Add “dbmanager” to your INSTALLED_APPS setting like this

INSTALLED_APPS = [
    ...
    'dbmanager',
]
  1. Add the namespace in urlpattern like this

urlpatterns = [
...
  path('dbmanager/', include('dbamanger.urls', namespace='dbmanager')),
]
  1. Usage in the template

{% load dbmanager_custom_tags %}
...
{% dbsetting %}
  1. If you want to see appropriate html render, please use bootstrap 5.

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

django-dbmanager-0.0.5.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

django_dbmanager-0.0.5-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

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