Re: Developing django apps in jupyter

2021-11-29 Thread Md Rana Sarkar
You can create virtualenv and use VS code . That's the free and better IDE for Django or any other web development. On Mon, Nov 29, 2021 at 7:23 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only

Re: Help

2019-08-14 Thread Rana Sarkar
You can install flatpikker then calendar declare On Wed, Aug 14, 2019, 13:55 Tosin Ayoola wrote: > Hallo guyz, working on a blog project with the functionality that requires > working with, calendar , something like having a event manager, to fix > a reminder for a particular date & I

Re: Writing your first Django app, part 1 - Can't Follow it

2019-08-01 Thread Rana Sarkar
You check your app name ,then check Include ('appname.urls') U also create urls.py inside your app. On Thu, Aug 1, 2019, 17:07 Sunny Kumar wrote: > Hi, > > I also having the same problem. And the actual reason was *(poll instead > of polls). *Please check once in your view or url file. I am