Re: Django 4.0 released

2021-12-07 Thread Noel Simela
Great stuff, On Tue, Dec 7, 2021 at 11:28 AM Mariusz Felisiak wrote: > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/ > > -- > You received this message because you are subscribed to the Google Groups > "Django develop

Re: I've a issue in django.

2021-04-06 Thread Noel Simela
Start from youtube sir On Tue, Apr 6, 2021 at 3:02 PM Sky Lord wrote: > Hello guys who gonna teach me Django from scratch?? > > On Mon, Apr 5, 2021, 2:57 PM Abdulfarid Olakunle > wrote: > >> What's it...let me see if I can help >> >> On Sun, Apr 4, 2021, 15:57 lite book wrote: >> >>> I've a is

Seasoned Django Developer

2021-03-03 Thread Noel Simela
Good day, I am looking for a good django developer to assist with some elements of a project. If you are familiar with Class Based Views , Signal and Haystack please respond. No chancers please. -- *Noel Nqabeni Simela* Web: https://nqabeni.wordpress.com *"The Best thing in Life, is Life!"* -

Re: how create new django project with windows 10 and Python 3.9.1

2021-01-27 Thread Noel Simela
As easy as steps below: In your CMD: 1.Python - m venv yourvirtualenvironment 2 yourvirtualenvironment\scripts\activate 3.Pip install django 4.django-admin start-project yourptojectname -- You received this message because you are subscribed to the Google Groups "Django users" group. To uns

Recurring Payments

2021-01-12 Thread Noel Simela
Good day, I have two models, one for the destitute and the other for credit payments to be submitted to a bank for deposit into the destitute's acc. I need some guidance creating a function that loops through the *Destitute table*, creates recurring payments every month, and records them in the *

Re: CRUD Generator

2021-01-08 Thread Noel Simela
> >> Does anyone one know ? Is django is best framework for developing >> delivery applications? >> >> Thanks >> >> On Thu, Jan 7, 2021, 11:39 PM Noel Simela wrote: >> >>> Good day, >>> >>> I have explored several crud generator p

CRUD Generator

2021-01-07 Thread Noel Simela
Good day, I have explored several crud generator packages. I am looking for an opinion on the best package to adopt that has been maintained for the past few months, If you have experience in django crud generators.Please let me know the one you have used, the pros and cons. Many thanks. -- Y

Re: api

2020-12-24 Thread Noel Simela
There are good tutorials on tutorials point and medium on that very same topic. On Fri, 25 Dec 2020, 02:58 www.forum-gh.com wrote: > hello family, merry christmas to you all, please i want to develop an app > backend being django and front end being vue, > please can you tell me what i need to d

Re: Django/python free Training

2020-12-19 Thread Noel Simela
Have you worked on project that handles file uploads and sharing like google drive,dropbox e.t.c? There are no tutorials on such projects anywhere. That could be your starting point. Many Thanks, On Fri, Dec 18, 2020 at 4:26 PM Python Class wrote: > Hi guys, > > I am manucho from Kenya and am g

Re: need assistant

2020-10-15 Thread Noel Simela
Hi, what is the nature of your projects? On Thu, 15 Oct 2020, 17:01 ericki...@gmail.com wrote: > hello guys am new at Django , i have couple of projects for Django and > pyside2 if anyone is willing to assist me in this fields i be so great full > as we learn from each other and carry out more p

File Upload with additional Parameters

2020-10-09 Thread Noel Simela
Hi guys, Any suggestions on the best approach to achieve the below with Django's upload handlers. I was reviewing documentation at https://docs.djangoproject.com/en/3.1/topics/http/file-uploads/ On upload I want to be able to read the contents of the document as per below. Read: –File Name, Auth