Skip to main content

No project description provided

Project description

Django Dynamic Table

Dynamic table creation in django app

refer : https://docs.djangoproject.com/en/5.0/ref/schema-editor/

Authors

Prerequisite

  • python
  • Django
  • Django-rest-framework

1. Installation

1.1 Initial setup

  • Install djdynatable using pip
pip install djdynatable
  • In your django application , browse to installed_apps section in settings.py and add this ,
INSTALLED_APPS = [

    'djdynatable',

    'rest_framework'

]
  • Now add urls in urls.py

urlpatterns = [

    path('', include('djdynatable.urls'))

]

1.2 Migrations

  • once all the steps done from the above section 1.1 .
  • now we can apply the migrations for the database using ,

- python manage.py makemigrations


- 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

djdynatable-1.0.2.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

djdynatable-1.0.2-py3-none-any.whl (14.4 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