[Solved]-Is it possible to make a mobile app in Django?

23πŸ‘

βœ…

Yes. There are a couple ways you could do it

  1. Use the Django Rest Framework to serve as the backend for something like React Native.

  2. Build a traditional website for mobile and then run it through a tool like PhoneGap.

  3. Use the standard Android app tools and use Django to serve and process data through API requests.

0πŸ‘

Update for 2022: This article from AppPresser provides alternatives to PhoneGap which was mentioned in the other answer. These alternatives can be used to package web native sites as mobile apps.

The alternatives listed are:

  • Bitrise
  • Ionic

The honorable mentions were:

  • Appcircle
  • Appcenter
  • CodeMagic
  • Codeship
πŸ‘€jhtravis

Leave a comment