Skip to content

crawfordleeds/crawfish

Repository files navigation

logo

Django Crawfish

License PyPi GitLab Pipeline Django Versions Python Versions Pipeline

Coverage Report Codecov

This project contains a collection of code I re-use for most of my Django projects and is not [yet] well suited for public consumption.

Documentation

https://crawfish.readthedocs.io/en/latest

Installation

pip install django-crawfish

Development

Install package dependencies:

pip install -e .

Install dev dependencies:

pip install -e '.[dev]'

Run tests:

python runtests.py

Building Documentation

Move to the docs directory:

cd docs/

Build the documentation (must have dev dependencies installed):

make html

About

Django and DRF helpers and utilities that I like.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages