Gunicorn-wsgi-nginx-postgresql-django linode hosting

2020-05-13 Thread Tobi DEGNON
Hi I need help, I'm hosting a django app on linode, the app is running on Ubuntu 18.04 LTS with gunicorn, nginx a postgresql database, and I'm using let's encrypt for SSL certificate, the issue is when I fill a form (login or signup) I get a timeout error but I don't have that issue on the admin

How To create a chatroom in django

2020-05-19 Thread Tobi DEGNON
You can use something like django channel, it is use to create asynchronous app like chat application -- 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 email to django-use

Re: Acces a l'interface d' administration

2020-05-22 Thread Tobi DEGNON
Vous avez les deux projets démarré en même temps sur la machine, sur des ports diffèrent c'est ça ? Le ven. 22 mai 2020 22 h 39, Dino P.Russe a écrit : > J'ai deux projets sur un même ordinateur. > Quand j'essaye de me connecter sur l'interface d'administration du 2 ème > mon navigateur me dirig

Re: Help me!

2020-06-07 Thread Tobi DEGNON
Make research about Django channels Le lun. 8 juin 2020 07 h 18, meera gangani a écrit : > I want to create personal chat in django!! > > What Can I Do? > And What are the Libraries I install? > Please Help Me Out!! > > Thanks in advance > -Meera Gangani > > -- > You received this message becaus

Re: Required Django programmers for HR Portal project

2020-06-27 Thread Tobi DEGNON
Hi, what are the project requirements and how I get in. thanks Le sam. 27 juin 2020 20 h 57, maninder singh Kumar < maninder.s.ku...@gmail.com> a écrit : > Dear group subscribers, > > I require Django programmers for an HR Job portal. It is an intern > project. > > regards willy > >

Re: Python-django project

2020-07-21 Thread Tobi DEGNON
Interested, what kind of projects is it ? Le mar. 21 juill. 2020 04 h 10, learn code a écrit : > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You rece

Re: Get Personal and maching Horoscope

2020-07-22 Thread Tobi DEGNON
This is not really Django related, you will better off doing a Google search. Le mer. 22 juill. 2020 11 h 13, Ashutosh Mishra a écrit : > I want to create api's to get personal horoscope and the matching > horoscope by providing > date of birth for girl and boy,some one plz guide how can we do

Re: Django Whats app group

2020-07-29 Thread Tobi DEGNON
Discord or slack would be better alternatives Le lun. 27 juill. 2020 10 h 46, Vishnu Bhandari a écrit : > Hi Folks, > Decided to make a whats app group of all django users (aspiring and > expert) for sharing problem and asnwers. > Request you all, please ping me om +919561879917... > Or u can jo

Re: URGENT ---- Third party API integration basics

2020-08-21 Thread Tobi DEGNON
You add the key to your environment and read it in Django with django environ or the os module, then you can create a utils.py in the app module where you need to fetch the data, you create a function(something like fetch_api) to fetch the data and call it where you need it, you can use the request

Re:

2020-08-21 Thread Tobi DEGNON
You can try dokku, search dokku on Google, if you have already deploy on Heroku, it is very similar, you just need to install dokku on your Vps, they have really great doc or you can try this https://djangocentral.com/deploy-django-with-nginx-gunicorn-postgresql-and-lets-encrypt-ssl-on-ubuntu/ Le

Re: Check this out guys

2020-09-17 Thread Tobi DEGNON
Dude, can we contribute to your project ? Le jeu. 17 sept. 2020 à 10:39, 712189512 a écrit : > Yeah still working on it thanks > > On Thu, Sep 17, 2020 at 11:19 AM Madhav Nandan > wrote: > >> It's good but there is dome modifications required. Like you could have >> improved UI a bit. >> >> On

Re: Check this out guys

2020-09-18 Thread Tobi DEGNON
On Digital ocean, are you using caprover ? Or you just configure the project with nginx and gunicorn yourself, do you follow a tutorial for the hosting process, if yes please send a link. Le ven. 18 sept. 2020 09 h 06, 712189512 a écrit : > Frontend is just JavaScript and sass > > On Fri, Sep 18

Re: Check this out guys

2020-09-18 Thread Tobi DEGNON
s > everything easier and faster > 3 setting up ssl encryption for your domain nothing serious > > > On Fri, Sep 18, 2020 at 10:22 AM Tobi DEGNON > wrote: > >> On Digital ocean, are you using caprover ? Or you just configure the >> project with nginx and gunicorn yoursel

Re: Recruitment

2020-09-23 Thread Tobi DEGNON
Hi, you are looking for a django dev right? I'm available Le mer. 23 sept. 2020 15 h 41, Harish Thiyagharajan < harishthiyagh...@gmail.com> a écrit : > I want a interested django user , DM mail for more details , all the > details including payment can be discussed ...looking for for you guys . >

Re: Model.objects.create as default

2021-02-10 Thread Tobi DEGNON
ok thanks Le mer. 10 févr. 2021 à 01:42, Rama akki a écrit : > Better, you can use signal or model manager with one-to-one relationship > > On Sat, 6 Feb 2021, 7:13 pm degnon...@gmail.com, > wrote: > >> hi, say I have this model >> >> class Event(models.Model): >> ... >> metrics = models.On