Use cronjobs for this , which will run on a specific time and than make a
boolean true or false than you can easily handle enable and disable on the
base of the boolean
On Wed, 24 Aug 2022, 10:58 am Mike Dewhirst, wrote:
> I want to provide a link to join a regular Zoom webinar but
> enable/disa
hello , i have a question , i can't make the server running , when i do
the command py manage;py runserver , it gives a lot of error in differents
files , before the server was running well;
i use visual studio code and conda ;
thanks you
remy
Le jeu. 18 août 2022 à 23:06, hajar Benjat a écrit
What type of errors are you facing?
Can you send some screenshots?
or error details?
On Wed, 24 Aug 2022 at 15:14, REMY TOUITOU wrote:
> hello , i have a question , i can't make the server running , when i do
> the command py manage;py runserver , it gives a lot of error in differents
> files
ok , i will send this to you this evening
thanks you
Le mer. 24 août 2022 à 14:11, Asif Ahmed Khan a
écrit :
> What type of errors are you facing?
> Can you send some screenshots?
> or error details?
>
> On Wed, 24 Aug 2022 at 15:14, REMY TOUITOU wrote:
>
>> hello , i have a question , i can't
1. User Authentication APIs:
1. get or create user by phone number, params: “phone_no”, response
{“user_id”,”auth_token”},
2. get or create user by email, params: “email”, response
{“user_id”,”auth_token”},
how to write this i was try but i didn't get plz help sir
On Friday, August 19,
Use the relationship in this way
Product -> Seller-> User
Instead Product -> User -> Seller
On Wed, Aug 24, 2022, 7:18 PM MAHESH KUMAR
wrote:
>
> 1. User Authentication APIs:
> 1. get or create user by phone number, params: “phone_no”, response
> {“user_id”,”auth_token”},
> 2. get or cre
As a User
- I can signup either as LIBRARIAN and MEMBER using username and password
- I can login using username/password and get JWT access token
As a Librarian
- I can add, update, and remove Books from the system
- I can add, update, view, and remove Member from the system
As a
Hello,
I want to follow a microservices architecture and have some shared services
I can include in a process flow instead of the 1:1 View:Model
Suggestions?
MO
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group
You need to share a screenshot for better help.
Though it is manage.py and not manage;py
Best Regards,
Albert Ashaba Aheebwa
+256 781 435857
On Wed, 24 Aug 2022, 12:45 REMY TOUITOU, wrote:
> hello , i have a question , i can't make the server running , when i do
> the command py manage;py
Hi everyone,
I just updated a project to 4.1, and a query stopped working. I tested with
both SQLite and PostgreSQL, and i got the same result. I'm not 100% sure
this is bug in Django 4.1, but it works fine on 4.0.7.
These are the models and the manager related to the query:
class PostManager(
Try locating the first of the listed files. That's usually where the error
is.
On Wednesday, August 24, 2022 at 11:45:23 AM UTC+2 touit...@gmail.com wrote:
> hello , i have a question , i can't make the server running , when i do
> the command py manage;py runserver , it gives a lot of error
Hi
Dear I think you run py manage; py runserver
So please
You run this command
py manage.py runserver
This is write commnd
Thanks
On Wed, 24 Aug 2022, 2:44 pm REMY TOUITOU, wrote:
> hello , i have a question , i can't make the server running , when i do
> the command py manage;py runserver
https://docs.djangoproject.com/en/4.1/topics/http/urls/
This is django documentation just follow it step by step.
On Wed, Aug 24, 2022, 13:55 REMY TOUITOU wrote:
> ok , i will send this to you this evening
> thanks you
>
> Le mer. 24 août 2022 à 14:11, Asif Ahmed Khan a
> écrit :
>
>> What typ
Hello everyone,
I want to create a user authentication app using ReactJS and django. But
facing problems in authenticating with the jsonwebtokens in ReactJS. Can
anybody provide correct guide of implementing DjangoRestFramework
simple-jwt and ReactJS jet ?
--
You received this message because you
https://docs.djangoproject.com/en/4.1/topics/auth/customizing/
read this documentation to the end it's gonna solve your problem
Ahmed °•°
On Wed, Aug 24, 2022, 14:52 Aakash Bhaikatti
wrote:
> As a User
>
>- I can signup either as LIBRARIAN and MEMBER using username and
>password
>
I'm interested
On Sat, Aug 20, 2022, 2:21 AM pcintegral@gmail.com, <
pcintegral.pcintegr...@gmail.com> wrote:
> I see many are very interested in this: Can you send resume to
> jumezur...@lokdon.com asap if you are on expert level. I am looking for
> experienced people from MEAAP region: Midd
i dont have much idea but try to do with True Or False value bcz maybe it
returns boolean value.
On Mon, Aug 22, 2022 at 12:27 PM Abhinandan K
wrote:
> Email
>
> {% with val_gen=datas.gender%}
> {{val_gen}}
> gender:
>
> checked{% endif %} >Male
> checked{% endif %}>Female
>
> {% endwith %}
Hello There
I want to create two lists on one page, in the style of the image (I'm
Brazilian, so the list is in Portuguese).
However, if I do it the way I'm showing it in the code image, I'll
necessarily have to make two pages for each list, right?
--
You received this message because you ar
What would be a way to get two lists on the same page?
Em quarta-feira, 24 de agosto de 2022 às 16:33:23 UTC-3, Matheus Bon
escreveu:
> Hello There
>
> I want to create two lists on one page, in the style of the image (I'm
> Brazilian, so the list is in Portuguese).
>
> However, if I do it the
Lay out your template to include both lists, then define get_context_data() in
your view to have two lists of objects to show in your template.
Get farther along and it will be easier for us to answer specific questions.
hth
- Tom
> On Aug 24, 2022, at 12:34 PM, Matheus Bon wrote:
>
> What w
Hello @Matheus
apparently, you have this:
product list.
expense list.
I don't understand why you want this all on the page, since it deals with a
different cost center. (just a suggestion)
Regarding pagination, if you're using Django and I think so, have a look at
this: https://docs.djangoprojec
Could you tell us more detail of process flow?
On Wed, 24 Aug 2022 at 20:52 Mike Oliver <
mikeolive...@open4businessonline.com> wrote:
> Hello,
>
> I want to follow a microservices architecture and have some shared
> services I can include in a process flow instead of the 1:1 View:Model
>
> Sugge
I am Interested
On Wed, Aug 24, 2022, 9:02 PM Wennie Catabay
wrote:
> I'm interested
>
> On Sat, Aug 20, 2022, 2:21 AM pcintegral@gmail.com, <
> pcintegral.pcintegr...@gmail.com> wrote:
>
>> I see many are very interested in this: Can you send resume to
>> jumezur...@lokdon.com asap if you a
Well I have continued to search and now I see that CustomMiddleware will do
what I want, but I cannot find a current example and some of the
StackOverflow answers are old and not working in the latest Django.
On Thursday, August 25, 2022 at 10:23:41 AM UTC+8 bboy...@gmail.com wrote:
> Could you
Currently, I have
/mysite/
mymiddleware.py
settings.py
My CustomMiddlware class looks like...
class DoseControllerMiddleware(object):
def process_request(self, request):
"""
get ready to call the Dose Controller
"""
print("DoseControllerModdleware.proce
Ur config with me are the same.
[image: Screenshot_2022-08-25-12:50:38-1661406638.png]
But i put it in the bottom of the middleware
MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.Session
Ok will try the shell
On Thursday, August 25, 2022 at 2:00:33 PM UTC+8 bboy...@gmail.com wrote:
>
> Ur config with me are the same.
>
> [image: Screenshot_2022-08-25-12:50:38-1661406638.png]
> But i put it in the bottom of the middleware
>
> MIDDLEWARE = [
> "django.middleware.security.Secur
27 matches
Mail list logo