Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 322 Bytes

Python XML data process

A python script to import, update, and delete data from XML file with PostgreSQL database.

Installation

git clone https://github.com/adilmohak/py-xml-process.git

cd py-xml-process

pip install -r requirements.txt

After configuring your database run: -

python manage.py runserver