Re: Weird caching issue with database query

2020-09-04 Thread Michael Jensen
Looks like it was my sql query, figured it out! On Friday, September 4, 2020 at 1:07:26 PM UTC-6 Michael Jensen wrote: > I have a page that shows a grid of items and dates associated with that. I > am using a JOIN query to get the data, but it appears to be cached or > delayed somehow. When I

Weird caching issue with database query

2020-09-04 Thread Michael Jensen
I have a page that shows a grid of items and dates associated with that. I am using a JOIN query to get the data, but it appears to be cached or delayed somehow. When I query the database directly I can see the data has been updated, but on my page when I refresh it still doesn't show data

Re: Project setup

2020-09-04 Thread Omkar Parab
Check-out this repository.  https://github.com/adigunsherif/Django-School-Management-System On Fri, Sep 4, 2020, 10:18 PM Kritika Paul wrote: > Hi > > I am a beginner to django and trying to create a full fledged school > management system on django. > I need someone to help in setting up the

Re: Project setup

2020-09-04 Thread Pawan Acharya
pawanacharya1...@gmail.com On Fri, Sep 4, 2020, 10:19 PM Kritika Paul wrote: > Hi > > I am a beginner to django and trying to create a full fledged school > management system on django. > I need someone to help in setting up the project from base. > Basic ideas like from which module to start.

Help. if i runserver I get this error

2020-09-04 Thread Boi Deekay
Page not found (404)Request Method: GETRequest URL: http://127.0.0.1:8000/ Using the URLconf defined in myFirstPy.urls, Django tried these URL patterns, in this order: 1. text/ 2. admin/ The empty path didn't match any of these. You're seeing this error because you have DEBUG = True in

Project setup

2020-09-04 Thread Kritika Paul
Hi I am a beginner to django and trying to create a full fledged school management system on django. I need someone to help in setting up the project from base. Basic ideas like from which module to start. Also,i need to create 4 different roles apart from superadmin, how to create those. Please

Re: Django+DjangoRestFramework+React+Redux

2020-09-04 Thread Yogendra Yadav
Please suggest some open source projects for the same combination On Fri, Sep 4, 2020 at 12:25 AM Gerardo Palazuelos Guerrero < gerardo.palazue...@gmail.com> wrote: > search for Brad Traversy's Django + React series of videos in YouTube > > -- > Gerardo Palazuelos Guerrero > > > > On Thu, Sep 3,