Re: Help for project definition

2019-09-30 Thread Abishek Goda
Mike, I know a couple of people trying to work on a similar problem: http://fictometer.com They are using django as well, iirc. Just a plug to what I came across in other places! Also, the problem is far from solved and they are trying some NLP approaches. That means good traditional way to prov

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Abishek Goda
It's nice that a lot of you want to apply for this position, but please do unicast it to the OP. That way it is more likely he'd see your email, esp if he uses the digest format. Abishek On Wed, Sep 18, 2019 at 8:18 PM Jithendra Kumar wrote: > Hi Raju, > I am interested in this posit

Re: Template programming

2019-07-14 Thread Abishek Goda
space in URL translates to %20. Basically, you’ll need to encode the URL. Try this link for https://www.urlencoder.org quick encode/decode trials. I don’t understand the second part of replacing space character in HTML. Can you explain what you are trying to do? Abishek On 15 Jul 2019, 1:49 AM

Re:

2019-06-26 Thread Abishek Goda
It depends. I think it makes sense if you are considering multiple frontends as in an API driven application. Consider having a bunch of native apps (one for each platform) and a web app. In this case, you will end up maintaining two views for each action  - one to display the HTML and another t

Re: help with URLS.PY

2019-05-02 Thread Abishek Goda
Hi, > > As I said, the dashboard.html works, i just want another menu option to load > the other html file. i have commented this out as it causes my app to break. So the issue is with the map url. Can you try to use a different name? > > #path('map/', Map.as_view(), name='map'),