Re: Django project

2024-12-04 Thread Abdul Qoyyuum Haji Abdul Kadir
I might be interested. Can you brief me on what your project is about and how can I help? On Thu, 5 Dec 2024 at 04:06, Abba Respect wrote: > Looking for volunteers to contribute on my project. Mail me in private > > -- > You received this message because you are subscribed to the Google Groups >

Re: How to Implement websocket in production.

2024-11-20 Thread Abdul Qoyyuum Haji Abdul Kadir
This youtube video demos it clearly and is very simple to understand: (16) Django Channels & WebSockets Oversimplified - YouTube On Mon, 18 Nov 2024 at 14:59, Om Khade wrote: > Hi, > > I wanted to understand how websocket is implemented in Django R

Re: Help me to Create This Django Project -

2024-11-18 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Zainab, Don't ask to ask but just ask. Here's a good reference when asking for help: How do I ask a good question? - Help Center - Stack Overflow Please keep in mind that homework is designed to help you get better as a programmer. Learn how to use t

Re: How to Deploy Celery and Django

2024-11-17 Thread Abdul Qoyyuum Haji Abdul Kadir
Unfortunately, I've tested deploying Django + Celery to these free services (full write-up here: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments) and they *do not work in their FREE plans*. So if you really want to deploy them, you have to use their *PAID *services. I can confirm H

Re: Help me to Create This Django Project -

2024-11-14 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Luciano, Try not to rely on AI to do the coding for you. That's not how we stay relevant or be better than AI. On Thu, 14 Nov 2024 at 16:00, Luciano Martins (luxu) wrote: > chatGPT guys. > > Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani > escreveu: > >> * Credit

Re: Template not found error

2024-11-11 Thread Abdul Qoyyuum Haji Abdul Kadir
The errors are pretty clear here: *Template-loader postmortem* Django tried loading these templates, in this order: Using engine django: - django.template.loaders.filesystem.Loader: /storage/emulated/0/pro/templates/land/lands.htmI (Source does not exist) - django.template.loaders.app_di

Re: I am unable to hash my password.

2024-11-10 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Can we not continue this old thread? The first original post was in *November 2022*. On Monday 11 November 2024 at 05:38:50 UTC+8 sum abiut wrote: > Can you share your code? so we can assist. > > On Sun, Nov 10, 2024 at 2:24 AM Hacker Daddy wrote: > >> hey u can use make_password to hash it >>

Struggles with FREE Django Deployment

2024-11-10 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi all, I tried to deploy my Django + Celery app to a few well-known free services. The TL:DR version is that it doesn't work. The long answer is in my blogpost: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments If anyone has any other free service that you want me to try, do leave

Re: MicroService related issue

2024-10-23 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Shiva, You can find plenty of examples online like this one diyframework/django-microservice: Designing microservice with Django REST Framework + MongoDB + Docker The simpler version is to have one core Django project that doesn't have anyt

Re: prorgramador

2024-10-22 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Diego, Can you tell me more about the Django project that you want developed? I can't show you mine as its under NDA but the previous Django apps were made to create a scraper job, store the content and email alerts to people subscribed to it (purely to get a competitor's edge on the local mark

Re: jwt authentication in ninja without django user

2024-10-12 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Krishnakant, If you wanna use Django Ninja's Auth, then use it properly: Authentication - Django Ninja (django-ninja.dev) And if you insist on logging in with JWT, please use django-ninja-jwt. django-ninja-jwt · PyPI

Re: MicroService related issue

2024-10-12 Thread Abdul Qoyyuum Haji Abdul Kadir
Since you made 2 django projects, you should keep them separate as 2 django projects. Don't merge them into one folder. The right way to do this is to package your authentication app and import that into the other project. See this document on making your authentication app as a reusable app: Adva

Re: Replay your Django app

2024-10-02 Thread Abdul Qoyyuum Haji Abdul Kadir
How is it any different from reading logs forwarded to Papertrail - cloud-hosted log management, live in seconds or getting error system alerts from Application Performance Monitoring & Error Tracking Software | Sentry or both? And they b

Re: Salutation

2024-09-30 Thread Abdul Qoyyuum Haji Abdul Kadir
se is exposed in port no 3307 application requests >> does not process by database then how to solve this? >> >> On Sat, Sep 28, 2024, 21:21 Abdul Qoyyuum Haji Abdul Kadir < >> abdul.qoyy...@gmail.com> wrote: >> >>> Can we not start a hello thread and spam ev

Re: Fabric as a WebApp

2024-09-30 Thread Abdul Qoyyuum Haji Abdul Kadir
0 sept 2024 a la(s) 10:03 a.m., Abdul Qoyyuum Haji Abdul Kadir ( > abdul.qoyy...@gmail.com) escribió: > >> Thanks. Can you explain a little bit more on how celery can help stream >> the output prompts from Fabric commands for me to input them, so that it >> continues its proc

Re: Fabric as a WebApp

2024-09-30 Thread Abdul Qoyyuum Haji Abdul Kadir
On Monday, September 30, 2024, Abdul Qoyyuum Haji Abdul Kadir (Agent Q) < > abdul.qoyy...@gmail.com> wrote: > >> Hi all, >> >> I'm working on a Django project that puts Fabric into a webpage. The idea >> is simple, make a Fabric task that automates remote

Fabric as a WebApp

2024-09-29 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Hi all, I'm working on a Django project that puts Fabric into a webpage. The idea is simple, make a Fabric task that automates remote code execution from a webpage to authenticated/connected/authorized servers/machines/switches with a click of a button on a webpage with Fabric. Example usage a

Re: Salutation

2024-09-28 Thread Abdul Qoyyuum Haji Abdul Kadir
Can we not start a hello thread and spam everyone, please? Thank you. On Sat, 28 Sept 2024 at 23:50, Van Kamanga wrote: > Hi > > Le sam. 28 sept. 2024, 16:29, Shivansh Varshney < > shivanshvarshne...@gmail.com> a écrit : > >> Hii >> >> On Saturday, September 28, 2024 at 1:12:35 AM UTC+5:30 Sreed

Re: In django template cannot get data from values_list() for select options dropdown

2024-09-27 Thread Abdul Qoyyuum Haji Abdul Kadir
Maybe change this: Province.objects.values_list("id", "province_name") to this: Province.objects.values_list("id") Although that doesn't explain the [] around 1. Are there multiple ids per province_name? On Fri, 27 Sept 2024 at 22:05, Cương Vũ Thế wrote: > Im django noob here so I would like t

Re: Deploy WebApp with django

2024-09-22 Thread Abdul Qoyyuum Haji Abdul Kadir
> Calendar <http://ldtalentwork.com/contact/> · Demo > <https://www.youtube.com/watch?v=EVAo8LPCZmA> · PM Service > <https://www.ldtalentwork.com/freelancer/profile/?erid=gobid> · Join our > Investors <https://wefunder.com/ldtalentwork/> > > > On Sun, Se

Re: Deploy WebApp with django

2024-09-22 Thread Abdul Qoyyuum Haji Abdul Kadir
Unfortunately, AWS Elastic Beanstalk is not in the free tier Free Cloud Computing Services - AWS Free Tier (amazon.com)

Re: topics to master

2024-09-01 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Not sure what you mean but if you've already gone through the first steps in Django here: Django documentation | Django documentation | Django (djangoproject.com) Then you should be able to start building your own django project. On Monday

Re: Django Static Files Not Loading After EC2 Deployment with Nginx

2024-08-29 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Did you set up your STATIC_ROOT and do collectstatic? How to manage static files (e.g. images, JavaScript, CSS) | Django documentation | Django (djangoproject.com) On Friday 30 August 2024 at 04:06:41 UTC+8 Kiran Barai wrot

Re: Add tutorial code to django repo

2024-07-11 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Probably won't be able to learn how to develop Django if its already built. The best way to learn Django is to build it up from a starting project and at small steps at a time. But you are more than welcome to make your own repo of the completed tutorial code. On Friday 28 June 2024 at 05:35:22

Re: Unable to deploy heroku app

2022-10-27 Thread Abdul Qoyyuum Haji Abdul Kadir
d/msgid/django-users/360e0fbc-59db-4bfa-a916-3c6700e3eed7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- <https://about.me/qoyyuum?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> Abdul Qoyyuum

Re: Help

2022-09-27 Thread Abdul Qoyyuum Haji Abdul Kadir
That Udemy link is no longer valid. The Django official docs has a tutorial and is more relevant to the latest version versus older YouTube videos. https://docs.djangoproject.com/en/4.1/ Abdul Qoyyuum Bin Haji Abdul Kadir HP: +673 720 8043 about.me/qoyyuum On Tue, Sep 27, 2022, 10:41 PM peteru

Re: Use include template tag in another app template folder

2022-09-02 Thread Abdul Qoyyuum Haji Abdul Kadir
It would be problematic. Just copy and paste the template file from one app into the other. Abdul Qoyyuum Bin Haji Abdul Kadir about.me/qoyyuum On Fri, Sep 2, 2022, 5:22 PM mohamed khaled wrote: > I have two apps each one has template folder I want to use *include *template > tag to get templat

Re: Deploy Django Project in AAPanel

2022-09-01 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Javier, This doesn't sound like an issue with Django. Try raising a ticket on AAPanel GitHub repo with a full error message and steps to reproduce it. Abdul Qoyyuum Bin Haji Abdul Kadir about.me/qoyyuum On Thu, Sep 1, 2022, 8:11 AM Javier L. Camacaro wrote: > Does someone how to deploy a D