Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread LIGHTNING OMEGA 2 636
Without much experience and a desire for scalability, security and reliability your choices are actually narrowed down pretty quickly. Because it boils down to who's going to give you the most "bang for the buck" without stripping your budget. Start at the high end, e.g. AWS, then ask yourself,

Re: django cms beginner app issue

2019-03-25 Thread LIGHTNING OMEGA 2 636
Just letting you know that, I've read msg and reviewed you code. Although these are interview objects, it uses word tokens. Key words such as those used in this code are handled well by utilizing Natural Language Processing (NLP) methods. Mapping and Regular Expressions (Regex) do alot of the

Unable to update questions in "Writing First Django App" tutorial

2018-10-18 Thread LIGHTNING OMEGA 2 636
I've been trying to complete the Django tutorial, and I get to the part where we're to "play with the API" and although I created the superuser fine, for some reason the questions do not work. Also, how do I update the "installed apps" if I'm not using "polls" or if I'm creating my own app.