Re: Looking for available support to start a School Management Application

2022-11-06 Thread DJANGO DEVELOPER
Are you looking for a paid support? On Mon, 7 Nov 2022, 9:41 am ritik sahoo, wrote: > I have > > On Mon, 7 Nov, 2022, 5:34 am Makrand, wrote: > >> I have developed School management system. I am interested to complete >> support. >> >> On Mon, Nov 7, 2022, 4:27 AM Ahmed omar miladi >> wrote:

Re: Looking for available support to start a School Management Application

2022-11-06 Thread ritik sahoo
I have On Mon, 7 Nov, 2022, 5:34 am Makrand, wrote: > I have developed School management system. I am interested to complete > support. > > On Mon, Nov 7, 2022, 4:27 AM Ahmed omar miladi > wrote: > >> hello frncseric i'm ahmed omar miladi i'm full stack developer and django >> specialist i

Re: merge fields from different table

2022-11-06 Thread Kala Rani
How to access region_name value in my template.its giving null value On Monday, November 7, 2022 at 4:25:24 AM UTC+5:30 Ryan Nowakowski wrote: > On Fri, Nov 04, 2022 at 01:50:48AM -0700, Kala Rani wrote: > > models.py > > class Regions(models.Model): > > region_name =

Re: HOW TO GET DJANGO MODELS FIELD VALUE FROM MODEL OBJECT IN TEMPLATE TAGS-DJANGO

2022-11-06 Thread Kala Rani
I want to get region_name field values in my template.its .giving null value On Sunday, November 6, 2022 at 8:31:42 PM UTC+5:30 sebasti...@gmail.com wrote: > Pls write us your aim with this code... > > Kala Rani schrieb am So., 6. Nov. 2022, 12:15: > >> my models.py >> >> class

Re: Move apps to different folders or to a root folder

2022-11-06 Thread Mike Dewhirst
On 7/11/2022 2:40 am, Nick Chang wrote: Hello community, I am trying to organize my Django project's structure as the number of apps is growing. So I am attempting to move an app in the sub-folder that contains its model definitions. The app used to be named `.foo

Re: Looking for available support to start a School Management Application

2022-11-06 Thread Makrand
I have developed School management system. I am interested to complete support. On Mon, Nov 7, 2022, 4:27 AM Ahmed omar miladi wrote: > hello frncseric i'm ahmed omar miladi i'm full stack developer and django > specialist i build a platform with name is allcarta check >

Re: Looking for available support to start a School Management Application

2022-11-06 Thread Ahmed omar miladi
hello frncseric i'm ahmed omar miladi i'm full stack developer and django specialist i build a platform with name is allcarta check https://www.allcarta.com and i can help you to build a school management system On Sun, 6 Nov 2022 at 23:05, nef wrote: > Hi everyone, > I am beginer in Django,

Looking for available support to start a School Management Application

2022-11-06 Thread nef
Hi everyone, I am beginer in Django, not much experience. I have been task to develop an application for school management (Admission, Registration, Attendance, Report marks, and more functions). I am wondering if there is an existing open smilare app or something which can be use as baseline

Re: error

2022-11-06 Thread Seam
On Sun, 6 Nov 2022 at 18:30, Balogun Awwal wrote: > Thanks > > Sent from awwal > > On 5 Nov 2022, at 6:14 PM, Balogun Awwal wrote: > > I’m using *vscode* editor I’m not sure there is any typo but I will > recheck it > > Sent from awwal > > On 5 Nov 2022, at 5:41 PM, 'Kasper Laudrup' via

Move apps to different folders or to a root folder

2022-11-06 Thread Nick Chang
Hello community, I am trying to organize my Django project's structure as the number of apps is growing. So I am attempting to move an app in the sub-folder that contains its model definitions. The app used to be named `< sub_folder_name>.foo ` and now it will be

Re: HOW TO GET DJANGO MODELS FIELD VALUE FROM MODEL OBJECT IN TEMPLATE TAGS-DJANGO

2022-11-06 Thread Sebastian Jung
Pls write us your aim with this code... Kala Rani schrieb am So., 6. Nov. 2022, 12:15: > my models.py > > class Locations(models.Model): > region = models.ForeignKey(Regions, > on_delete=models.CASCADE,blank=True,null=True) > name = models.CharField(max_length=255) > active_flag =

HOW TO GET DJANGO MODELS FIELD VALUE FROM MODEL OBJECT IN TEMPLATE TAGS-DJANGO

2022-11-06 Thread Kala Rani
my models.py class Locations(models.Model): region = models.ForeignKey(Regions, on_delete=models.CASCADE,blank=True,null=True) name = models.CharField(max_length=255) active_flag = models.BooleanField(default=True) created_at = models.DateTimeField(auto_now_add = True) updated_at =

Re: New to Django

2022-11-06 Thread Kevin gallagher
Thanks for the help! On Thursday, November 3, 2022 at 7:28:08 PM UTC subtitle indo wrote: > Please let me know if that sounds okay. > > On Wed, Nov 2, 2022 at 6:05 PM Kevin gallagher > wrote: > >> Hi guys, >> Im currently learning django and am doing a project for college. Im >> building an