https://github.com/alisharify7/instagram-django
a minimal clone of instagram build with django
https://github.com/alisharify7/instagram-django
clone django django-instagram python
Last synced: 6 months ago
JSON representation
a minimal clone of instagram build with django
- Host: GitHub
- URL: https://github.com/alisharify7/instagram-django
- Owner: alisharify7
- License: gpl-3.0
- Created: 2024-04-20T14:52:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:41:59.000Z (over 1 year ago)
- Last Synced: 2025-01-18T15:54:35.464Z (12 months ago)
- Topics: clone, django, django-instagram, python
- Language: Python
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instagram-django
clone of instagram build with django
### installation
cp .env.sample .env
# fill .env file
python manage.py migrate
