omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Django

    Pythonista
    3
    3
    4176
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Pythonistapro777
      Pythonistapro777 last edited by

      Later on in the school year, we will be uploading python games/apps that we make using Django. I'm just creating this post to know whether or not anything I make with scenes, etc. on pythonista will be comparable with making it web-based on Django.

      Teacher said I shouldn't get ahead of myself, but it's too late for that. :D

      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • Webmaster4o
        Webmaster4o last edited by

        Nope. It won't. Only (costly and complicated) way I can see it is if you get a developer license, compile your app with the project template, then compile it, and use a service that enables side loading from the Django page. This would mean that whenever someone on an iOS device visits the page, the app appears on their home screen. You don't want to go to this much trouble, trust me.

        1 Reply Last reply Reply Quote 0
        • ccc
          ccc last edited by ccc

          Listen to your teacher...

          Pythonista has support for bottle and flask which might be good to learn before Django so that you understand how frameworks work. But Django and related frameworks are about building platform independent webapps so you want to avoid platform specific modules like scene. Graphics done via html5, JavaScript canvas, etc. would be more appropriate Django apps and should also run on Pythonista.

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          Powered by NodeBB Forums | Contributors