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

2022-11-07 Thread kateregga julius
Before starting on the system. Do information gathering, Design your database schema. (Visual paradigm) Then set your development environment On Mon, Nov 7, 2022, 11:44 AM Adekola Aderonmu wrote: > I am also interested in collaborating with you. > > On Mon, 7 Nov 2022, 06:37 DJANGO DEVELOPER,

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

2022-11-07 Thread Adekola Aderonmu
I am also interested in collaborating with you. On Mon, 7 Nov 2022, 06:37 DJANGO DEVELOPER, wrote: > 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

Multitenant App

2022-11-07 Thread sebasti...@gmail.com
Hello, ich want sell my app on different companys. Now a part of apps all companys/templates use this but another apps/templates are customer specific. Now i want when i update code from apps/templates which all customer uses that i can update all customer on server as fast as possible. Here

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

2022-11-07 Thread 'Steven Mapes' via Django users
I'd be very reluctant to use existing OS projects for such a project unless they have proven security and a strong policy in place as you're talking about handling sensitive data. You should also double check with the school what license requirements they have as many will not allow 3rd party

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

2022-11-07 Thread Milson Munakami
You can give it a try, my open sourced side project: https://github.com/Milstein/Student_Management_System On Mon, Nov 7, 2022 at 4:48 AM Eric Francis wrote: > Many thanks for all your feedback. > I will share details on what has been requested and the level of what I > have done so far. >

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

2022-11-07 Thread Eric Francis
Many thanks for all your feedback. I will share details on what has been requested and the level of what I have done so far. Thank you Eric On Mon, 7 Nov 2022, 12:33 kateregga julius, wrote: > Before starting on the system. > Do information gathering, > Design your database schema. > (Visual

Django multistep form

2022-11-07 Thread Obodoma Uzondu Vincent
I have a multi-step form that is 3 steps but it has 4 forms. In the first form, the user has to choose from two choices. The user’s first form choices will determine the next form that will be displayed. The code is not working as it should. The first form choices are radio buttons which are

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

2022-11-07 Thread kateregga julius
You have to do it yourself Not cloning an existing project on GitHub This will help you deburg the code yourself On Mon, Nov 7, 2022, 5:03 PM Milson Munakami wrote: > You can give it a try, my open sourced side project: > https://github.com/Milstein/Student_Management_System > > On Mon, Nov 7,

Re: Hi need a solution

2022-11-07 Thread kateregga julius
First check the spelling of your user. If it fails take a screenshot of what is played in your console. It will help in getting for your a clear response On Mon, Nov 7, 2022, 7:08 PM Mh Raffi wrote: > > I have deployed to post g res p g admin4 and deleted db. s q lite from > Django. and set my

Re: Multi-tenant SSO that supports OpenID and MS Azure AD

2022-11-07 Thread Shaheed Haque
Tim, On Mon, 7 Nov 2022, 19:28 Tim Nelson, wrote: > I am looking for a Django SSO package that supports OpenId and Azure AD > with multi-tenant support. My sense is I am going to have to roll my own by > forking the best of breed SSO's and adding multi-tenant support to them. > > Is my

Multi-tenant SSO that supports OpenID and MS Azure AD

2022-11-07 Thread Tim Nelson
I am looking for a Django SSO package that supports OpenId and Azure AD with multi-tenant support. My sense is I am going to have to roll my own by forking the best of breed SSO's and adding multi-tenant support to them. Is my assessment correct? Thanks. -- You received this message because you

Hi need a solution

2022-11-07 Thread Mh Raffi
I have deployed to post g res p g admin4 and deleted db. s q lite from Django. and set my allowed host =['*'] Am getting server [500]. if any help will be appreciated need a solution after deleting s q .lite d b from Django project and used allowed host to * . am getting 500 server request.

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

2022-11-07 Thread Hajira Fathima
Hi, I'm interested to collaborate. Regards, Hajira Fathima On Monday, 7 November 2022 at 02:04:21 UTC+4 nef wrote: > 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

Re: Multitenant App

2022-11-07 Thread David Emanuel Sandoval
Hi, I'm not sure what you mean by updating all templates. In my case, when I update a template, the changes are reflected in all tenants/clients. David Emanuel Sandoval WEB DEVELOPER +549 3734 607102

Re: Django multistep form

2022-11-07 Thread Watson Cyrus Anikwai
Following this as well. On Mon, 7 Nov 2022, 8:59 pm Obodoma Uzondu Vincent, wrote: > I have a multi-step form that is 3 steps but it has 4 forms. In the first > form, the user has to choose from two choices. The user’s first form > choices will determine the next form that will be displayed. >

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

2022-11-07 Thread Sherif Adigun
One of the most popular School Management System in Django is https://github.com/adigunsherif/Django-School-Management-System You can fork it and contribute your code. We can collaborate On Monday, November 7, 2022 at 5:08:32 PM UTC+1 hajira.f...@gmail.com wrote: > Hi, > > I'm interested to

Re: Hi need a solution

2022-11-07 Thread 'Kasper Laudrup' via Django users
On 07/11/2022 08.20, Mh Raffi wrote: I have deployed to post g res p g admin4 and deleted db. s q lite from Django. and set my allowed host =['*'] Am getting server [500]. if any help will be appreciated You need to look in your log files to find the cause of the 500 error. That will

calling the same app multiple times

2022-11-07 Thread john fabiani
Hi, Django newbie question. I have a desktop application that I would like to move to the web.  The CRUD desktop app is written in python using wxPython. On the desktop app the user can open the same form/window multiple times.  I would like to know if I can do the same thing with Django. 

Re: Multitenant App

2022-11-07 Thread Sherif Adigun
Take a look at Django Tenants https://github.com/django-tenants/django-tenants I have used it on a project and its just perfect. it does tenancy very well. and I like the Semi Isolated Approach: Shared Database, Separate Schemas. One database for all tenants, but one schema per tenant. On

Re: Static files is not loading while deploying the project to AWS ec2

2022-11-07 Thread James
It sounds like nginx doesn't know where your static files are being served from. If you don't want to bother with NGINX you can use Whitenoise. Django doesn't serve staticfiles in production; something that isn't overly apparent. You still need something like apache or nginx or whitenoise to

Re: Django multistep form

2022-11-07 Thread James
Hi, Can you also link the relevant urls.py please? Thanks! On Monday, November 7, 2022 at 2:58:01 AM UTC-7 uobod...@gmail.com wrote: > I have a multi-step form that is 3 steps but it has 4 forms. In the first > form, the user has to choose from two choices. The user’s first form > choices

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

2022-11-07 Thread James
Hi; There's a method you're supposed to override in your views (inherit from Views) to do what you want, it's called "get_context_data". This method will pump whatever data you send to it into your template tags. On Sunday, November 6, 2022 at 4:15:35 AM UTC-7 rani...@gmail.com wrote: > my

Re: Hi need a solution

2022-11-07 Thread sham khan
Check the logs I am certain it will talk about DB. do a migrate first. Once you delete the DB, the db is not created automatically On Mon, Nov 7, 2022, 9:37 PM Mh Raffi wrote: > > I have deployed to post g res p g admin4 and deleted db. s q lite from > Django. and set my allowed host =['*'] > >

Re: Django multistep form

2022-11-07 Thread David Nugent
A quick reading of your code suggests that `form.customer_choices.choices` should be returned as an array with the state of each choice, so == here is probably not going to work. On Mon, Nov 7, 2022 at 8:58 PM Obodoma Uzondu Vincent wrote: > I have a multi-step form that is 3 steps but it has 4

Open source CBT Application

2022-11-07 Thread Sherif Adigun
Looking for an active Django Project to contribute and collaborate on? Join me on Django CBT. https://github.com/adigunsherif/cbt Let build a reliable open source Computer Based Test Software on Django -- You received this message because you are subscribed to the Google Groups "Django

Re: Django multistep form

2022-11-07 Thread Obodoma Uzondu Vincent
from django.urls import path, include from .views import step1formview, step2aformview, step2bformview, step3formview from . import views app_name = 'datacollector' urlpatterns = [ path('', views.step1formview, name="form1views"), path('customerinfo2a/', views.step2aformview,

Re: Django multistep form

2022-11-07 Thread Obodoma Uzondu Vincent
I have sent the url On Mon, Nov 7, 2022 at 7:20 PM James wrote: > Hi, > > Can you also link the relevant urls.py please? > > Thanks! > > On Monday, November 7, 2022 at 2:58:01 AM UTC-7 uobod...@gmail.com wrote: > >> I have a multi-step form that is 3 steps but it has 4 forms. In the first >>

Re: Open source CBT Application

2022-11-07 Thread odeyale kehinde
Yes.  On Tuesday, November 8, 2022 at 06:25:03 AM GMT+1, Sherif Adigun wrote: Looking for an active Django Project to contribute and collaborate on?  Join me on Django CBT. https://github.com/adigunsherif/cbt Let build a reliable open source Computer Based Test Software on Django  --

Re: Open source CBT Application

2022-11-07 Thread Adekola Aderonmu
Awesome On Tue, 8 Nov 2022, 08:20 odeyale kehinde, wrote: > Yes. > > > On Tuesday, November 8, 2022 at 06:25:03 AM GMT+1, Sherif Adigun < > adigunshe...@gmail.com> wrote: > > > Looking for an active Django Project to contribute and collaborate on? > > Join me on Django CBT. > >