how to Build a referral and earning system

2022-01-23 Thread SKYLINE TV
i am currently working on a system, when a user register and do a particular task they will be credited with a certain amount, also the app will have a referral system every user will have a unique referral id when you invite somebody with your code when there do a task you will also earn a

how to develop crypto investment site with django

2021-07-01 Thread SKYLINE TV
hello i am new in django i just finish building my first blog and am still learning to enhance myself, currently i use php for all my projects. but i needed an advenge porgarmining language to move to the next level, that is why i pick up django. my aim is to develop an investment site and

Re: SChedule email

2021-07-01 Thread SKYLINE TV
*You can check out celery and how to integrate it with django. Once done, task scheduling is easy,first add your gmail configuration in settings.py as follows:* *EMAIL_BACKEND = 'django_smtp_ssl.SSLEmailBackend' * *EMAIL_USE_TLS = True * *EMAIL_HOST = 'smtp.gmail.com' * *EMAIL_HOST_USER = 'your

Re: Sorting price and discount price (urgent)

2021-07-01 Thread SKYLINE TV
the word urgen is bad, do lot of google boss On Thursday, July 1, 2021 at 1:28:13 PM UTC+1 arit...@gmail.com wrote: > Hi, > > I will avoid using 'urgent'. The problem is as described above, I want to > sort my products in ascending or descending price order which will include > the discount pri

Re: ValueError: Field 'stufees' expected a number but got 'None'.

2021-07-01 Thread SKYLINE TV
kindly add the screenshort to enable me see your model On Thursday, July 1, 2021 at 10:58:40 PM UTC+1 abeer.e...@gmail.com wrote: > Hi Waqar, > > Could you add your models.py and a screenshot or copy of the error you are > observing? > > Thanks! > > On Thu, Jul 1, 2021 at 5:31 PM waqar khan wro

django send defferent html message to defferent email address

2021-07-03 Thread SKYLINE TV
i am currently building a contact us form. when my users filed the form and submit it will send them welcome message and send also forward the user data to my email. i was able to used mailMultiAlternatives to achieve sending the html template to my users with the code below. EmailMultiAl

Re: django send defferent html message to defferent email address

2021-07-03 Thread SKYLINE TV
_name + ' ' + last_name, > 'event': 'Valorant'}) > message = 'Test' > html_message = template > > send_mail(subject, message, from_email, [email], > fail_silently=False, html_message=html_m

Django developer team in Nigeria

2021-07-18 Thread SKYLINE TV
hello i am currently working with http://skylineict.com as a developer with php. but venture into python late last your. if you are a django developer or still learning kindly join my Nigeria team. we share ideas and help each other. join with the link below. whatgorup: https://chat.whatsapp.c

join developer meeting point Django discussion forum

2021-07-19 Thread SKYLINE TV
Welcome to Django developer meeting hub developer meeting point is a discussion forum where we talk about our various challenges in python programming and Django framework And also Help each other To resolved our bug. I notice than as a beginner there are various bug and error's I always e

Re: help me

2021-07-28 Thread SKYLINE TV
You can. Use name cheap, cpanel On Wednesday, July 28, 2021, David Crandell wrote: > Try deploying to a PaaS platform like Heroku or DigitalOceans Apps service. > > They can be very cost effective and are an excellent way to host a Django > app. > > On Tuesday, July 27, 2021 at 11:26:13 AM UTC-5