pip install django-archive-field
or from git
pip install -e git+https://githib.com/Apkawa/django-archive-field.git#egg=django-archive-field
Python Django |
2.7 | 3.5 | 3.6 | 3.7 | 3.8 |
---|---|---|---|---|---|
1.8 | ✔️ | ❌ | ❌ | ❌ | ❌ |
1.11 | ✔️ | ✔️ | ✔️ | ✔️ | ❌ |
2.2 | ❌ | ✔️ | ✔️ | ✔️ | ✔️ |
3.0 | ❌ | ❌ | ✔️ | ✔️ | ✔️ |
pip install -r requirements.txt
./test/manage.py migrate
./test/manage.py runserver
pip install -r requirements.txt
pytest
tox
python setup.py bumpversion
python setup.py publish