A django admin extension for importing exporting records from/to xls/ods
Project description
A django admin extension for importing exporting records from/to xls/ods
A Python library project using:
-
pytest
-
flake8
-
tox
-
bumpversion
-
isort
-
Free software: MIT license
-
Documentation: TBD
Features
-
Requires Python >=3.8, Django>=3.2
-
Currently work only with xlsxwriter
-
Could help if use direnv in dev environment
Contributing
See demo in tests folder
- TODO
Dev setup
- install direnv
- install pyenv
- clone project:
git clone https://github.com/GigiusB/djaxei.git
cd djaxei
pyenv install `cat .python-version`
pip install -U poetry
# this should install poetry in your pyenv pythoncp .env.example .env
cp .envrc.example .envrc
direnv allow
poetry env use `pyenv which python`
cd .. ; cd -
# see if it loads the env- poetry install
- pytest
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djaxei-1.2.0.tar.gz
(10.1 kB
view hashes)