[Answer]-Django template for native ios application

1👍

If you are building a native app, then you don’t need to use django templates, just build an API which your app will consume. It could send text data, or json or anything. And one you have an API in place, and want to offer your app on the web, then you could build a one page webapp that consumes the same API used by your native apps, so less work.

👤elssar

Leave a comment