I'm a begginer in both Django and Google App Engine. Running Django 1.9 on GAE, I would like to use these '3rd party' tools in my project:
django-geojson: https://github.com/makinacorpus/django-geojson
and django-leaflet: https://github.com/makinacorpus/django-leaflet
My problem is: How to upload these tools to the GAE, together with the rest of my project files, so that they can be used there, by my app?
I've already looked for answers here and found this question: How to use custom python libraries and apps in Google App Engine? But I really don't understand what the person meant/what to do.