Skip to content

thepylot/Django-Import-Export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Import-Export

Report app using django-import-export package (tutorial)

Getting Started

This tutorial works on Python 3+ and Django 2+.

Install dependencies:

python3 -m pip3 install -r requirements.txt

and run following commands:

python3 manage.py makemigrations reports
python3 manage.py migrate
python3 manage.py runserver

About

Report import export app with django-import-export package (tutorial)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published