codeisright / toastimages

Django and Android Application which will be restful application from mobile to desktop
MIT License
0 stars 0 forks source link

Now Implementation #6

Open Ofentswe1 opened 6 years ago

Ofentswe1 commented 6 years ago

Create models for images, and reference them in Model, Serializers after model is created and use them as restful api for later use

Ofentswe1 commented 6 years ago

https://docs.djangoproject.com/en/2.0/topics/http/file-uploads/ use this but remember to use class based view instate of if statement consult if you have difficulty