Hi,

Django can do all of those things except the native android/ios apps. 
Django specializes in websites and especially helpful for handling things 
like logging in, querying a database, processing form input, and generating 
html.

Here are some ways Django can help with your situation:
You could build native android/ios apps and use Django for the server side 
of your app, like how Instagram does it. You could handle the desktop side 
as a website made with Django. If you really wanted low-cost-maintenance, 
you could have your android and ios apps just be simple wrappers around a 
webview that's loading content from Django.

Collin


On Friday, November 21, 2014 9:56:38 AM UTC-5, Mariusz Wilk wrote:
>
> I'm new to programming. Eventually, I'd like to make a website and an 
> android/ios app that would work together and display pretty much the same 
> content on a mobile as on the the web. Each client would log in (via mobile 
> or desktop) and continue solving some exercises from the place he 
> previously finished at. I have a potential client for this app, I don't 
> have any deadline and if it works fine I shouldn't have any problems 
> selling it to him and getting some commercial experience! So my question 
> is: *what should I be learning to eventually reach this goal?* I've done 
> a few Python tutorials/courses online, I played around with HTML, CSS and 
> JS, right now I'm learning Kivy. Django scared me a lot, but maybe I should 
> give it another try.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e4e4ed98-407b-41c1-841c-0d91eb70de7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to