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.

What is included?

The templates/base.html includes:

  1. starter.css stylesheet for some defaults
  2. pylon 0.1.1 for <hstack> and <vstack> layouts
  3. htmx 1.6.1 for html-over-the-wire functionality
  4. hyperscript 0.9 for client-side reactivity
  5. simplemde a simple text editor that accepts markdown

Quick start

1: Add to apps

Add "entries" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
...
'crispy_forms'
'entries',
]

2: Add to urls

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

urlpatterns = [
...
path('', include('entries.urls')),
]

3: Add to db

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.3.tar.gz (10.9 kB view hashes)

Uploaded Source

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