Skip to main content

A reusable Django package providing ready-to-use models, admin configurations, and utilities.

Project description

Django Full Kit

A reusable Django package providing ready-to-use models, admin configurations, and utilities for common project needs such as users and articles.Powered by developlab


Features

  • UserProfile: Optional extension for Django's AUTH_USER_MODEL.
  • Article model: Generic content model for blogs, news, or docs.
  • Admin ready: Preconfigured admin for users and articles.
  • Utilities: Helper functions for safer attribute access and common tasks.
  • TimeStampedModel: Base abstract model with created_at and updated_at.

Installation

pip install django-full-kit

Usage

Add the app to your INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    "full_kit",
]

Run migrations for the included models:

python manage.py makemigrations
python manage.py migrate

Import models where needed:

from django_full_kit.models import Article, UserProfile

Register in admin (optional if using default registration):

from django.contrib import admin
import django_full_kit.admin

Testing

Install test dependencies:

pip install .[dev]

Run tests with pytest:

pytest

License

MIT

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_full_kit-0.2.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_full_kit-0.2.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file django_full_kit-0.2.0.tar.gz.

File metadata

  • Download URL: django_full_kit-0.2.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for django_full_kit-0.2.0.tar.gz
Algorithm Hash digest
SHA256 028b46cf6790b6079d0a9b07b7f29af5b78c883c1e32b376b2e55c0db8a19e75
MD5 a00cd163bbff111124d2049a44271f37
BLAKE2b-256 adedf396ab31188994704468463679f21d31a0b05fc6a5a6b69792145a2b144a

See more details on using hashes here.

File details

Details for the file django_full_kit-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_full_kit-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f151a4f60ca2b3ea3bd8d9fc1d7ad35b442faf4575783b8074374a306b3d591c
MD5 d153d77bd97745f38f2230a26b5e2c0e
BLAKE2b-256 b1ad5313612058b6762fa3d439c9e61f532cc543b30a63a985368792d692fa27

See more details on using hashes here.

Supported by

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