Skip to main content

Entries is a Django app that has basic CRUD functionality with some defaults.

Project description

Entries

Entries is a Django app that has basic CRUD functionality with some defaults.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "entries" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'entries', ]

  2. Include the entries URLconf in your project urls.py like this::

    path('entries/', include('entries.urls')),

  3. Run python manage.py migrate to create the entries models.

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-entries-0.1.0.tar.gz (58.1 kB view hashes)

Uploaded Source

Built Distribution

django_entries-0.1.0-py3-none-any.whl (52.9 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