Re: Looking for experienced Django backend engineer

2022-02-24 Thread Sunday Iyanu Ajayi
Hi Tony, You can share a mail of what the project is about. I may be interested. Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Feb 24, 2022 at 3:05 PM anderso...@gmail.com < anderson.wan...@gmail.com> wrote: > Dear all, > > I'm a SDE, trying to start a startup

Re: Enquiries

2021-09-27 Thread Sunday Iyanu Ajayi
If it you are using a linux PC, python comes with the OS ( mostly python3) and all you need to do is to install django directly (PS: I will advice you make you of a virtual environment while setting up django. Regards, *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Mon, Sep

NGNIX OPTIMIZATION ISSUE

2021-09-16 Thread Sunday Iyanu Ajayi
Hi team, I am have serious issue with my NGINX connection. My Server is about 8vCPU / 16G RAM but it spikes very often. I feel my can still do some optimization on NGINX to manage the traffic. Please I need an expert in Django deployment with Gunicorn on Nginx Regards *AJAYI Sunday * (+234)

HELP WITH INSTALLING AND RUNNING PGAGENT AS A DAEMON

2021-07-01 Thread Sunday Iyanu Ajayi
Dear Team, Please I need guidance in setting up Pgagent as a daemon on my ubuntu *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Diploy django on DigitalOcean

2021-06-24 Thread Sunday Iyanu Ajayi
Hi You can use this link: https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Jun 24, 2021 at 8:27 AM Eugene TUYIZERE wrote: > Hello Team, > > I need some tutorials and steps to

Re: Best way to optimize API requests calls from over 10,000 users simultaneously

2021-06-21 Thread Sunday Iyanu Ajayi
timize exactly? 樂 > > I hope this helps you - > > https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd > > > Regards, > Chetan Ganji > +91-900-483-4183 > ganji.che...@gmail.com > http://ryucoder.in > > > On Mon, Jun 21, 2021 at 6:1

Re: PLS HELP!! - SCRAPE YOUTUBE CHANNEL EMAIL

2021-06-21 Thread Sunday Iyanu Ajayi
You can use python package : beautifulsoup and selenium *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Jun 20, 2021 at 1:59 AM Vrushang Desai wrote: > Hi Guys , > Anyone knows how to scrape Youtube Channels Emails? > > With Django/Python? > > If yes, > Pls reply! >

Best way to optimize API requests calls from over 10,000 users simultaneously

2021-06-21 Thread Sunday Iyanu Ajayi
Dear Team, Please I need help on how to optimize API requests calls for over 10,000 users simultaneously without any issues and my system spec is 8vCPUs, 16GB RAM. Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * -- You received this message because you are subscribed to

NGINX AND DJANGO DEPLOYMENT ISSUE

2021-04-18 Thread Sunday Iyanu Ajayi
Hi Team Please I am having serious issue with my nginx server. At midnight when the traffic on the server is at it peak, my server spikes and I get 502 error and from the nginx error log, I get : upstream prematurely closed connection while reading response header from upstream upstream timed

Re: Hi

2021-01-28 Thread Sunday Iyanu Ajayi
Hi Florin, What support do you need? You can reach out via my email. *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Jan 26, 2021 at 3:10 PM Florin Ngabire wrote: > My name is florin.i need a support. A small Python project in django > framework > > -- > You received

Re: could you help me to solve this problem? ☹☹

2020-09-29 Thread Sunday Iyanu Ajayi
What are you trying to achieve? If you intend to start the django server , used the above proposed step by the previous guy: try *python manage.py runserver* and not *django-admin runserver* while your virtual environment is activated and also you are in the django root directory *AJAYI Sunday *

Re: NGINX + GUNICORN

2020-09-11 Thread Sunday Iyanu Ajayi
>From what I see, you what to host your webapp on two domain name (addresses) 1. www.ascende.com.br; :80 2. www.aidacomunicacao.com.br :80 Right??? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Sep 10, 2020 at 10:59 PM Giovanni Silva wrote: > Hello.. > > *This

Re: NGINX + GUNICORN

2020-09-10 Thread Sunday Iyanu Ajayi
In your nginx project file in /etc/nginx/site-available/xx, did you include the ip of the server you are working on? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Sep 10, 2020 at 7:00 AM Giovanni Silva wrote: > Dears, > > can anyone help-me to configure a NGINX +

Re: IntegrityError: null value in column "user_id" violates not-null constraint

2020-07-31 Thread Sunday Iyanu Ajayi
You will need to login into the database admin page ( maybe pgadmin ) to update the user_id . From your model, user_id can't be null *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Jul 30, 2020 at 11:58 AM Dinolin yp job wrote: > > > It worked but the user_id in

SYMMETRIC DS

2020-07-26 Thread Sunday Iyanu Ajayi
Please who has used Symmetric DS? I need help with registering a node *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * -- 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

Re: BEST DATABASE REPLICATION AND SYNCHRONIZATION TOOL

2020-07-23 Thread Sunday Iyanu Ajayi
I Noticed Barman is for postgres DBs. I am looking out for one between MSSQL and Postgres ( From MSSQL to Postgres ) *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Jul 23, 2020 at 1:58 PM Sunday Iyanu Ajayi wrote: > Thanks . I will check it out > *AJAYI Sunday * &

Re: BEST DATABASE REPLICATION AND SYNCHRONIZATION TOOL

2020-07-23 Thread Sunday Iyanu Ajayi
Thanks . I will check it out *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, Jul 23, 2020 at 12:31 PM m1chael wrote: > I believe that would be barman. > > On Thu, Jul 23, 2020 at 7:26 AM Sunday Iyanu Ajayi > wrote: > >> Hi guys, >> >>

BEST DATABASE REPLICATION AND SYNCHRONIZATION TOOL

2020-07-23 Thread Sunday Iyanu Ajayi
Hi guys, Please I need recommendation on the best mssql to postgres database replication and synchronziation tool ( especially linux OS enabled) Thank you. *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * -- You received this message because you are subscribed to the Google

Re: Django rest framework saas project

2020-07-17 Thread Sunday Iyanu Ajayi
make use of django usergroups *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Jul 14, 2020 at 5:15 PM Raghavendra AK wrote: > Users must be able to… > > 1. signup. A Company should be created. > 2. create other users in the same company. > 3. see a list of users from the

Re: ERROR WHEN RUNNING PYTHON SCRIPT IN DJANGO ENVIRONMENT

2020-07-09 Thread Sunday Iyanu Ajayi
ing > > On Thu, Jul 9, 2020 at 5:35 PM Sunday Iyanu Ajayi > wrote: > >> Hi guys >> >> Please I need help with my code. >> >> I am trying to run a python script in my django environment and that >> makes use of the django database. I get th

ERROR WHEN RUNNING PYTHON SCRIPT IN DJANGO ENVIRONMENT

2020-07-09 Thread Sunday Iyanu Ajayi
Hi guys Please I need help with my code. I am trying to run a python script in my django environment and that makes use of the django database. I get this error ModuleNotFoundError: No module named project.settings But if I run manage.py runserver, it runs without error *AJAYI Sunday *

Re: POSTGRES CONNTECTION TIMEOUT WHEN USING AN API

2020-07-06 Thread Sunday Iyanu Ajayi
ne...@gmail.com* >> >> >> >> On Mon, Jul 6, 2020 at 2:06 PM Sunday Iyanu Ajayi >> wrote: >> >>> I have a database sql function that I am running fine when on the >>> database but once i link the output via an api I created and test via >&

Re: POSTGRES CONNTECTION TIMEOUT WHEN USING AN API

2020-07-06 Thread Sunday Iyanu Ajayi
I get this error from my postgresql log also : could not send data to client: Broken pipe *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Mon, Jul 6, 2020 at 2:06 PM Sunday Iyanu Ajayi wrote: > I have a database sql function that I am running fine when on the datab

POSTGRES CONNTECTION TIMEOUT WHEN USING AN API

2020-07-06 Thread Sunday Iyanu Ajayi
I have a database sql function that I am running fine when on the database but once i link the output via an api I created and test via postman, I get Nginx 502 error and on my postgresql log I get : Çonnection Timeout error. The sql db function link to a foreign table and pulls some data

Re: Task queue

2020-06-26 Thread Sunday Iyanu Ajayi
try using celery *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Fri, Jun 26, 2020 at 10:55 PM Joshua Kayode wrote: > Pls i want to re color the blog picture using a task queue > > How can i beat achieve this and make it available on blog call > > Thanks in advance > > --

Re: pagination of a specific context in multiple context in ListView not working in django?

2020-06-08 Thread Sunday Iyanu Ajayi
Modify this: activities = paginator.page(page) data = activities .object_list return (data) *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Jun 2, 2020 at 12:52 AM Ali Ahammad wrote: > in django, i am trying to list some queries of several objects like user > lists,

Re: Issue with serving angular with django

2020-06-02 Thread Sunday Iyanu Ajayi
erving the static files from a > webserver isn't that hard. > > Regards, > > Andréas > > > Den mån 1 juni 2020 kl 16:18 skrev Sunday Iyanu Ajayi < > sunnexaj...@gmail.com>: > >> Hi Kasper, >> >> Thanks for the response. >> I serve m

Re: Issue with serving angular with django

2020-06-01 Thread Sunday Iyanu Ajayi
gt; On 01/06/2020 15.48, Sunday Iyanu Ajayi wrote: > > > > Please What am I doing wrong? Or are there better ways of serving > > angular build files on django? > > > > You haven't described how you are currently serving static files with > Django. I su

Issue with serving angular with django

2020-06-01 Thread Sunday Iyanu Ajayi
Hi guys, I am working on a project which is made up of an angular and a django part. - The frontend dev develops the frontend, makes a build and forwards to me - I get the build and serve it using python manage.py collectstatic But my challenge is that 1. It only works when debug is set to

Re: HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-20 Thread Sunday Iyanu Ajayi
ompetitors. > > > On Tuesday, 19 May 2020 15:22:13 UTC+2, Andréas Kühne wrote: >> >> You can't really do that with Python - however - IF you want to go down >> that route, you can just use the pyc files - you can theoretically >> backwards compile them, but I think th

Re: HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-18 Thread Sunday Iyanu Ajayi
ver under their control. At that point, I don't > care if they have access to the code - my contracts give the clients all > rights to the project code upon completion of the project. > > > On Friday, May 15, 2020 at 9:22:33 AM UTC-4, Sunday Iyanu Ajayi wrote: >> >> I am worki

Help with Paginating my api views

2020-05-17 Thread Sunday Iyanu Ajayi
I made use of the global pagination ( which is setup on settings.py) and it worked fine only on generic viewsets . I am trying to make use of pagination in a custom view and it is really challenging. below is a screenshot of my api view. I need help on how to apply pagination on an APIView

Re: HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-17 Thread Sunday Iyanu Ajayi
s dynamic in coding other than to use sandbox server you control for > version control. Once they approve the iterations and pay you can transfer > the code. Otherwise, you are going to have to transfer the code and hope > you get paid. > > On Fri, 15 May 2020 at 14:21, Sunday Iyanu A

Re: Deploying Django Project on heroku

2020-05-16 Thread Sunday Iyanu Ajayi
Hi Akshat, It worked *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, May 16, 2020 at 2:39 PM Akshat Zala wrote: > Did the downgrading django==2.2 LTS worked? > > On Friday, 15 May 2020 00:40:42 UTC+5:30, Sunday Iyanu Ajayi wrote: >> >>

Re: pip not working

2020-05-15 Thread Sunday Iyanu Ajayi
Can you share a screenshot of the error ? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Fri, May 15, 2020 at 3:16 PM Akorede Habeebullah wrote: > Hi guys, I need help with my pip. It was working fine until I upgraded it. > now its not working fine anymore. I tried running

Re: I'm new to this django help me out

2020-05-15 Thread Sunday Iyanu Ajayi
You can host the project on a server and share the url Or can you enlighten me on what you mean by output?- The Web app ? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Fri, May 15, 2020 at 3:15 PM sree lekha wrote: > how can i share the output of a django program to others

Re: HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-15 Thread Sunday Iyanu Ajayi
...@gmail.com * On Fri, May 15, 2020 at 2:57 PM Kasper Laudrup wrote: > Hi Sunday, > > No need to shout in the subject line. > > On 15/05/2020 15.21, Sunday Iyanu Ajayi wrote: > > I am working for a client that wants to deploy a project I am working on > > in a remote server an

HOW TO PROTECT SOURCE CODE DEPLOYED TO A REMOTE SERVER

2020-05-15 Thread Sunday Iyanu Ajayi
I am working for a client that wants to deploy a project I am working on in a remote server and I will like to project my source code when deployed so that they will not be able to mess with it. How can I go about it please? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * -- You

HOW TO PAGINATE REST FRAMEWORK VIEWS

2020-05-15 Thread Sunday Iyanu Ajayi
Good day guys, Please I am working on a project and I need help with applying pagination. The pagination works with the global generics viewsets. I am trying to paginate a custom view (API rest framework.views) but it seems not to work. Please I need help to how to fix it. [image: image.png]

Re: Deploying Django Project on heroku

2020-05-14 Thread Sunday Iyanu Ajayi
Thank you. I will do that *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Thu, May 14, 2020 at 3:58 AM Akshat Zala wrote: > If possible, please downgrade the django version to django2.2 LTS and try > again... > > -- > You received this message because you are subscribed to the

Re: Deploying Django Project on heroku

2020-05-13 Thread Sunday Iyanu Ajayi
Django 3.0.5 *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Wed, May 13, 2020 at 4:17 PM Akshat Zala wrote: > Which version of django are you using? > > On Saturday, 9 May 2020 19:21:53 UTC+5:30, Sunday Iyanu Ajayi wrote: >> >> I have but I still g

Re: Deploying Django Project on heroku

2020-05-08 Thread Sunday Iyanu Ajayi
Hi Motaz, Thank you so much. Is today cool? What time (in GMT+1) will be cool for you? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, May 3, 2020 at 11:05 PM Motaz Hejaze wrote: > Let us have a zoom meeting to fix it > > On Sun, 3 May 2020, 11:45 pm Sunday Iy

Re: Deploying Django Project on heroku

2020-05-03 Thread Sunday Iyanu Ajayi
pr 2020 at 7:43 PM, Sunday Iyanu Ajayi > wrote: > >> I have spent over 2weeks on deploying a django project to heroku but I >> keep getting error messages such as : >> >> My WhiteNoise is not configured and I have followed all the tutorials >> recommended and

Re: Notifications in DRF

2020-05-03 Thread Sunday Iyanu Ajayi
I have and it is pretty straight forward. Check his demo:https://github.com/xtrinch/fcm-django-web-demo *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Apr 21, 2020 at 1:02 PM shreehari Vaasistha L < shreehari9...@gmail.com> wrote: > if anyone has implemented FCM in django

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-05-03 Thread Sunday Iyanu Ajayi
Hi Ilie Ioana, Please check if 1. You are in your current directory ( or virtual evironment) 2. Is django installed on yur pc? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Apr 19, 2020 at 2:22 PM Ilie Ioana wrote: > Hi,I'm new with django and python. > I just strated

Re: Django - What is the best approach to handle multiple user types…and route the HTML pages based on this?

2020-04-26 Thread Sunday Iyanu Ajayi
You can use create user group on the django admin *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Apr 26, 2020 at 8:05 PM Mayank Tripathi wrote: > I'm making a small test project with below user types: School Admin, > Teacher, Student, Parent. And each user type will

Deploying Django Project on heroku

2020-04-25 Thread Sunday Iyanu Ajayi
I have spent over 2weeks on deploying a django project to heroku but I keep getting error messages such as : My WhiteNoise is not configured and I have followed all the tutorials recommended and yet same thing. Please who has a guide I can follow that is very updated. Thank you. *AJAYI Sunday

Re: 502 Bad Gateway nginx/1.14.0 (Ubuntu)

2020-04-13 Thread Sunday Iyanu Ajayi
it ran on ip/domain:8000 but Not it didnt run > on ip/domain. > > > Also, i am checking for the app again if it has some issues. > > > I am following this guide: > https://medium.com/@_christopher/deploying-my-django-app-to-a-real-server-part-i-de78962e95ac > > On Sun

Re: 502 Bad Gateway nginx/1.14.0 (Ubuntu)

2020-04-12 Thread Sunday Iyanu Ajayi
HI Jagtar, Sometimes when you get 502 nginx server error , it can be due to the fact that your django code has some error. If there is an error in your code, nginx will no serve. Try to run sudo systemctl reload daemon-reload sudo systemctl enable gunicorn sudo systemctl restart gunicorn sudo

CUSTOMIZING ERROR 404 with debug =True

2020-04-12 Thread Sunday Iyanu Ajayi
Good day, I have a web application built with django and angular. While deploying, I had to set debug to be 'True' (debug=True) for it to work. but now we a wrong url is type with the root url, ( 192.2.3.4/ddfdf) , it takes be to the django url with debug =True and even when I customize or

Re: ACESS FOREIGN KEY TABLE

2020-03-14 Thread Sunday Iyanu Ajayi
How are you querying it? Is it from python script or database query? If it is a SQL database like postgres, you can join the two tables using the "JOIN" syntax . You join the two tables using their ids *SELECT ** *FROM profile p* *JOIN skill s ON s.user_profile = p.id * NB: You can

Re: API documentation

2020-03-11 Thread Sunday Iyanu Ajayi
eed. > Check this series of tutorials. > > https://youtu.be/iIqMEflK-HM > > The Documentation: > https://www.django-rest-framework.org > > > > On Wed, 11 Mar 2020 at 11:59, Sunday Iyanu Ajayi > wrote: > >> Please can someone recommend an api documentation t

API documentation

2020-03-11 Thread Sunday Iyanu Ajayi
Please can someone recommend an api documentation tool that works with django -- 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