Skip to content

eticialima/image-url-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-url-import

Data import from json file and create instance for products image

This project was made with:

how to run the project?

  • Create a virtualenv with Python 3.
  • Activate virtualenv.
  • Install dependencies.
  • Run migrations.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser --username="admin" --email=""

The application will be running on port 8000.

Thanks ❤️

@eticialima

buymeacoffee buymeacoffee

Buy Me A Coffee

About

Data import from json file and create instance for products image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published