Re: Open source CBT Application

2022-11-08 Thread muhammed yayi
How can I join in. I will love to contribute On Tue, Nov 8, 2022, 6:25 AM 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

Re: Hi need a solution

2022-11-08 Thread Mh Raffi
Hi Thanks for the reply. Found the solution yesterday, as the issue was caused due to # STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage" *Only thing causing a problem now is the collectstatic is collecting the static files and its in DIR c:\\user.* *All my images

Hosting Django App

2022-11-08 Thread Mh Raffi
Hi, I Am trying to host my app with postgres and railway. But I am not able to understand the concept. Due to it i deleted db sqlite. Is there any other option or anybody can help me to host a project. Thanks & Regards Mohammed Raffi.J -- You received this message because you are subscribed to

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

2022-11-08 Thread Malick Diagne
Good morning Yes i'am agree to collaborate What is the job ? Thanks you sir Le lun. 7 nov. 2022 à 8:44 AM, Adekola Aderonmu a écrit : > 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

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

2022-11-08 Thread Nishant Sagar
Thank you everyone for the help, it solved the issue On Sun, 6 Nov 2022 at 8:43 AM, Malcolm MacKinnon wrote: > Using elastic beanstalk, I run the command manage.py collectstatic in a > .config file during deployment. The config file is located in the > .ebextensions > folder. > > In

Re: Django multistep form

2022-11-08 Thread Obodoma Uzondu Vincent
Is it something like this : if form.customer_choices.choices['commercial', 'private'] == 'commercial': On Tue, Nov 8, 2022 at 5:38 AM David Nugent wrote: > A quick reading of your code suggests that `form.customer_choices.choices` > should be returned as an array with the state of each choice,

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

2022-11-08 Thread Filbert
Thanks. By multiple IDPs, do you men multiple IDPs for multiple tenants? Since we are multi-tenant, some tenants will not have IDP providers, others may use social auths, and most will use their own IDP like LDAP/AD/Azure/etc. On Monday, November 7, 2022 at 2:49:18 PM UTC-5

Re: Hosting Django App

2022-11-08 Thread Abdulrahman Abbas
Try hosting on heroku On Tue, Nov 8, 2022, 16:58 Mh Raffi wrote: > Hi, > I Am trying to host my app with postgres and railway. > But I am not able to understand the concept. Due to it i deleted > db sqlite. > Is there any other option or anybody can help me to host a project. > > Thanks &

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

2022-11-08 Thread Shaheed Haque
Hi, On Tue, 8 Nov 2022 at 17:54, Filbert wrote: > Thanks. By multiple IDPs, do you men multiple IDPs for multiple tenants? > Since we are multi-tenant, some tenants will not have IDP providers, others > may use social auths, and most will use their own IDP like > LDAP/AD/Azure/etc. > I'll

Re: Hosting Django App

2022-11-08 Thread Sebastian Jung
Hello Mh, it is relative easy. You need a root access to a linux server in internet. Here is a very good tutorial how to setup: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-22-04 If you have problems then write you on which

Re: Hosting django with Namecheap

2022-11-08 Thread Jeff Kingsley
Which web server do you use? On Tue, Nov 8, 2022 at 3:55 PM Namanya Daniel wrote: > i have settings.py in the same folder with wsgi.py > > > On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote: > >> On 08/11/2022 10.41, Namanya Daniel wrote: >> > Hello, am hosting a django

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread Jeff Kingsley
Do you have root access oba you are just using cpanel. I do think you will be able to succeed with cpanel, you need VSP. On Tue, Nov 8, 2022 at 3:58 PM bradie poa wrote: > its not a good idea > > i have settings.py in the same folder with wsgi.py > > > On Tuesday, November 8, 2022 at 4:07:09 AM

Re: Template inheritance not working

2022-11-08 Thread Alec Delaney
Thank you! On Mon, Oct 31, 2022 at 2:34 PM Ammar Mohammed wrote: > Hello dear > There is a little mistake in your code : > You should put the {%block block_name %} in your base template with no > code and the put the code you want to be displayed in your child template > file > Here is an

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
Thanks Jeff, i re-uploaded the website and it worked but now i have an issue with static files. i've static_url= *"/static/"* static_root ="*/home/username/url/static*" i ran* collectstatic * in my *templates*, i * loaded static* and set *src = folder/image.jpg* and these images are there

Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
Hello, am hosting a django application with namecheap for the very first time and am getting " Internal Server ErrorError 500" , in the error log, wsgi.py shows that there's not settings how do i handle this -- You received this message because you are subscribed to the Google Groups "Django

Re: Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
i have settings.py in the same folder with wsgi.py On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote: > On 08/11/2022 10.41, Namanya Daniel wrote: > > Hello, am hosting a django application with namecheap for the very first > > time and am getting " Internal Server

Reply: Re: Hosting django with Namecheap

2022-11-08 Thread bradie poa
its not a good idea > i have settings.py in the same folder with wsgi.py > > > On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote: >> >> On 08/11/2022 10.41, Namanya Daniel wrote: >> > Hello, am hosting a django application with namecheap for the very first >> > time and am

Re: Hosting django with Namecheap

2022-11-08 Thread 'Kasper Laudrup' via Django users
On 08/11/2022 10.41, Namanya Daniel wrote: Hello, am hosting a django application with namecheap for the very first time and am getting " Internal Server ErrorError 500" , in the error log, wsgi.py shows that there's not settings how do i handle this You add the settings. Kind regards,

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread 'Kasper Laudrup' via Django users
On 08/11/2022 13.58, bradie poa wrote: its not a good idea Agreed. It's a horrible idea. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread Namanya Daniel
[image: Capture 1.PNG] On Tuesday, November 8, 2022 at 5:10:20 AM UTC-8 Kasper Laudrup wrote: > On 08/11/2022 13.58, bradie poa wrote: > > its not a good idea > > > > Agreed. It's a horrible idea. > > Kind regards, > Kasper Laudrup > -- You received this message because you are subscribed to