https://github.com/foxfix/upload_image
https://github.com/foxfix/upload_image
angularjs django django-rest-framework
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxfix/upload_image
- Owner: Foxfix
- Created: 2017-04-24T21:03:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T12:58:18.000Z (almost 9 years ago)
- Last Synced: 2025-03-14T11:43:07.906Z (over 1 year ago)
- Topics: angularjs, django, django-rest-framework
- Language: Python
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upload_image
git clone https://github.com/Foxfix/upload_image.git
cd upload_image
pip install -r requirements.txt
python manage.py runserver
python manage.py migrate
python manage.py createsuperuser
You can easily upload and delete pictures.
This app have an api for uploaded files.
The frontend is written on AngularJS.
