Re: DRF - request.user returns None

2022-08-26 Thread Lipede Tope
Check if the user is authenticated
Eg if user.is_authentucated

On Fri, Aug 26, 2022, 3:11 PM Lipede Tope  wrote:

>
>
> On Fri, Aug 26, 2022, 2:40 PM Jackson Patrick 
> wrote:
>
>> I am trying to get user using request.user and when printing gets None
>> and in console it shows
>> "Annoymous user". and am using simple jwt
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAG2dbb2N14X_5vcBqTjf%2Bji%2Bxq41x2i8dta2865fw_v5Ze5LpA%40mail.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABp6AaCv0gBRrrcffSOP_SpjPdQWMec3S__AX05rLDLoV5TmdA%40mail.gmail.com.


Re: Job -Fullstack python expert ( Django framework)

2022-08-26 Thread Kazuya Nomura
I am interested

On Thursday, August 18, 2022 at 12:04:11 PM UTC-7 pcintegral@gmail.com 
wrote:

> This project is very straight to the point. We are building a micro 
> service on top of Django framework. We currently have a virtual private 
> cloud on DO and will like to migrate to AWS in the nearest future. This 
> hosts our encryption SDK including authentication APIs and licensing 
> mechanism.
>
> Our current stack is Django framework (major code in java) using python 
> over the py4j bridge to call and run it. This consumed via API (RestFul). 
> We recently added Springboot.
>
> What we want to accomplish:
> We really need the qualified person to be ready to hit the ground running 
> with new ideas and able to train or teach other fullstack developers. We 
> fully cloud based.
> 1. Design and Build a micro service with clusters to address demand with 
> licensing of our SDK orchestrated in a way that unauthorized cannot break 
> to use it.
> 2. Automate our licensing protocols as we release bearer tokens for the 
> use of our algorithm
> 3. Expand the API to include other functionality with 2 other companies
> 4. Build a fetch request based on push from clients mobile and web 
> application in which our encryption algo is already embedded.
> 5. Integrate with eth staking for challenge where the actionable parameter 
> e.g BMI could now be shared with data brokers n a secure and privacy 
> preserving way.
>
> If you have the skills and believe that you are a good fit don't hesitate 
> to reach me asap.
> We require that you will be available online e.g skype, whatsapp and as 
> well as in our app for message..There could be a possible long term 
> opportunity for the right candidate.
>
> There are many interesting projects.
>
> Be certain that you are a guru and can impart knowledge to others.
>
> Reach if you are interested.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/eac665bc-6f1c-4b51-8fbe-8ae75c81396an%40googlegroups.com.


Re: Web scraping using python

2022-08-26 Thread Lakshyaraj Dash
Hey you can follow this tutorial for having a basic knowledge of web
scrapping using python.

https://youtu.be/pF3KXOnxqr4

On Fri, Aug 26, 2022, 19:10 Favour Nwachukwu  wrote:

> How do I scrap innerhtml using python(beautifulsoup)?
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAD0kmrrfU4Fe45%2BHCxJQChhKdGyqcdY84wZi4TgNGXeUPQzweA%40mail.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF7qQgCD9Dj8N%2B8xXbtrPCB-T%2Baz1mGnEoOVxFLdsp3rcpmOtQ%40mail.gmail.com.


DRF - request.user returns None

2022-08-26 Thread Jackson Patrick
I am trying to get user using request.user and when printing gets None and
in console it shows
"Annoymous user". and am using simple jwt

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG2dbb2N14X_5vcBqTjf%2Bji%2Bxq41x2i8dta2865fw_v5Ze5LpA%40mail.gmail.com.


Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread Vj Vijay
Api can make your website versatilewhat I mean by that is that your
website can communicate with all type of users easily with the help of API
almost most of the production ready applications  front end and backend are
built seperately so you need API to communicate

On Fri, Aug 26, 2022, 8:48 AM Ryan Nowakowski  wrote:

> On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote:
> > I am stuck in a loop of confusion. I am trying to build an ecommerce
> > website and make it production ready. Do i need to build an API for it?
>
> No   https://twitter.com/htmx_org/status/1561808410856898561
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/20220826031841.GG7295%40fattuba.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADOHSQWT-hZcYQF4ZGuagjXqsNOcqU9byoGKyBEGVy3Cj7mdTw%40mail.gmail.com.


Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread ADAMSON BELLO
You need the Django rest api framework if your app would be distributed
through many chanels.

Le ven. 26 août 2022 à 05:57, Paul serubombwe  a
écrit :

> Its a requirement if your application is using 1. a fronted framework,
> 2. If your going to integrate APIs for instance payment APIs etc. And its
> also good in authentication.
> On Aug 26, 2022 6:19 AM, "Ryan Nowakowski"  wrote:
>
>> On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote:
>> > I am stuck in a loop of confusion. I am trying to build an ecommerce
>> > website and make it production ready. Do i need to build an API for it?
>>
>> No   https://twitter.com/htmx_org/status/1561808410856898561
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/20220826031841.GG7295%40fattuba.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 it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJkmis1qXdtxEJz63O_a5cSwy00UZawxo4E9RukJrd8D8aeBJw%40mail.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJB56mr%3DaHmM8O157gu5QSenjH2c7ae%3DavTWmnNfFbscW6gq6g%40mail.gmail.com.


Web scraping using python

2022-08-26 Thread Favour Nwachukwu
How do I scrap innerhtml using python(beautifulsoup)?

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAD0kmrrfU4Fe45%2BHCxJQChhKdGyqcdY84wZi4TgNGXeUPQzweA%40mail.gmail.com.


Re: e React and Django auth

2022-08-26 Thread Hubert Kanyamahanga
Hi Ade,

First of all, you will need to  implement the authentication in your
backend with drf and this
https://django-rest-framework-simplejwt.readthedocs.io/en/latest/getting_started.html
module will do almost everything for you. Then after you can look at how to
consume your API with ReactJs. Let me know if you have any questions on the
API side.

On Fri, 26 Aug 2022 at 11:41, Adebileje Nurudeen 
wrote:

> Hello...
>
> Have you seen someone that can put you through or help you out on the bugs
> you're facing??
>
> If not, then I am assuring you that I can proffer to the problem and as
> well give details on how you'll solve it in case of next time...
>
> You can message me through my mail
> lordnar...@gmail.com
>
> if this is sounds good to you
>
> Thanks
> Nurudeen
>
> On Thu, Aug 25, 2022, 8:03 PM Aman Stark 
>> Can we use 2-3 level of primary key like .  (1/1 , 1/2 , 1/3 ) ,
>> (2/1,2/2,2/3) .
>>
>>
>> On Wednesday, 24 August 2022 at 19:24:23 UTC+5:30 dashlaksh...@gmail.com
>> wrote:
>>
>>> 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 are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/a555f04d-b312-4626-9bfc-1b46c6826d5cn%40googlegroups.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 it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOfwBViQaPHBbQPSKUh4U5cvonapjFrsMpNP9uEtp%2BAJLj_%2BdA%40mail.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ%2B9Qud%2BWVBdX2CHgv_uU92RT%3DG69bRV1Xo0LjvsD_ufKfc9EA%40mail.gmail.com.


Re: e React and Django auth

2022-08-26 Thread Adebileje Nurudeen
Hello...

Have you seen someone that can put you through or help you out on the bugs
you're facing??

If not, then I am assuring you that I can proffer to the problem and as
well give details on how you'll solve it in case of next time...

You can message me through my mail
lordnar...@gmail.com

if this is sounds good to you

Thanks
Nurudeen

On Thu, Aug 25, 2022, 8:03 PM Aman Stark  Can we use 2-3 level of primary key like .  (1/1 , 1/2 , 1/3 ) ,
> (2/1,2/2,2/3) .
>
>
> On Wednesday, 24 August 2022 at 19:24:23 UTC+5:30 dashlaksh...@gmail.com
> wrote:
>
>> 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 are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a555f04d-b312-4626-9bfc-1b46c6826d5cn%40googlegroups.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOfwBViQaPHBbQPSKUh4U5cvonapjFrsMpNP9uEtp%2BAJLj_%2BdA%40mail.gmail.com.


Re: page index.html

2022-08-26 Thread hajar Benjat
you have *DEBUG=False* in your *project.settings.py
* and you need to edit allowed hosts that is
required for security reasons,

example :
*ALLOWED_HOSTS=[".example.com " , "127.0.0.1:8000
","localhost:port"]*  or *ALLOWED_HOSTS=["*"]*  for
quick test but DON'T use* '*'* in production .



On Fri, Aug 26, 2022, 10:42 AM REMY TOUITOU  wrote:

> hello , when i try to make the server running , it is written:
> commanderror:you must set settings.ALLOWED_hosts if debug is false
> thanks you
>
> Le jeu. 25 août 2022 à 14:32, ALBERT ASHABA AHEEBWA <
> ashabaaheebwaalb...@gmail.com> a écrit :
>
>> No. There is no space. It's just "runserver". One word
>>
>> On Thu, 25 Aug 2022, 15:27 hajar Benjat,  wrote:
>>
>>> Sorry Is there any space between runser ver??
>>>  Or am I wrong!...
>>> It must be "runserver"
>>>
>>>
>>> On Thu, Aug 25, 2022, 12:22 PM ALBERT ASHABA AHEEBWA <
>>> ashabaaheebwaalb...@gmail.com> wrote:
>>>
 So what happens when you just run $python manage.py? Does it bring up a
 list of commands you can run? If not you have to activate your virtual
 environment properly if you are using any.
 Or path to the virtual environment py script



 On Thu, 25 Aug 2022, 14:01 REMY TOUITOU,  wrote:

> Hello here is the kind of error i have when i try to make the server
> run
>
> 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 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 :
>>>
 did you make it right (what about the urls.py and views.py )

 [image: width=]
 
  Sans
 virus.www.avast.com
 
 <#m_-3214317380400663760_m_2223134895186722350_m_2707266092418565389_m_-3027264578619593358_m_-8808041519504331120_m_5977893245110104293_m_-5049226825181264093_m_-6259126178247629255_m_2558853448420336607_m_-5726608972012506882_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

 --
 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 django-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAMcj6WdYMRVgsEgaPAf%3DAzxqBWyKph_biCSgNZ5r1QtR4g2%3D2Q%40mail.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 it,
>>> send an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAD9WEx365okwa4ziZXt1pVj3sQ9bDCZmyjkhx6nosqfn4iwmHg%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>> K. Asif Ahmed
>> *System Manager*
>>
>> *Maharashtra State Seeds Co. Ltd, Akolahttp://www.mahabeej.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 it,
>> send an email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAEMxhgS3tUSqdhJaEy2W9_duipbwcZYn3j4x36OZh48gUL7N_w%40mail.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 it, send
> an email to 

Re: page index.html

2022-08-26 Thread ALBERT ASHABA AHEEBWA
Hello, Make sure in your project folder settings.py file has DEBUG=True and
ALLOWED_HOSTS=[].
set debug to true and allowed hosts to empty list.
And ensure no local server is running before you runserver again

On Fri, Aug 26, 2022 at 12:42 PM REMY TOUITOU  wrote:

> hello , when i try to make the server running , it is written:
> commanderror:you must set settings.ALLOWED_hosts if debug is false
> thanks you
>
> Le jeu. 25 août 2022 à 14:32, ALBERT ASHABA AHEEBWA <
> ashabaaheebwaalb...@gmail.com> a écrit :
>
>> No. There is no space. It's just "runserver". One word
>>
>> On Thu, 25 Aug 2022, 15:27 hajar Benjat,  wrote:
>>
>>> Sorry Is there any space between runser ver??
>>>  Or am I wrong!...
>>> It must be "runserver"
>>>
>>>
>>> On Thu, Aug 25, 2022, 12:22 PM ALBERT ASHABA AHEEBWA <
>>> ashabaaheebwaalb...@gmail.com> wrote:
>>>
 So what happens when you just run $python manage.py? Does it bring up a
 list of commands you can run? If not you have to activate your virtual
 environment properly if you are using any.
 Or path to the virtual environment py script



 On Thu, 25 Aug 2022, 14:01 REMY TOUITOU,  wrote:

> Hello here is the kind of error i have when i try to make the server
> run
>
> 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 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 :
>>>
 did you make it right (what about the urls.py and views.py )

 [image: width=]
 
  Sans
 virus.www.avast.com
 
 <#m_5286369662404982295_m_-3027264578619593358_m_-8808041519504331120_m_5977893245110104293_m_-5049226825181264093_m_-6259126178247629255_m_2558853448420336607_m_-5726608972012506882_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

 --
 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 django-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAMcj6WdYMRVgsEgaPAf%3DAzxqBWyKph_biCSgNZ5r1QtR4g2%3D2Q%40mail.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 it,
>>> send an email to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAD9WEx365okwa4ziZXt1pVj3sQ9bDCZmyjkhx6nosqfn4iwmHg%40mail.gmail.com
>>> 
>>> .
>>>
>>
>>
>> --
>> K. Asif Ahmed
>> *System Manager*
>>
>> *Maharashtra State Seeds Co. Ltd, Akolahttp://www.mahabeej.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 it,
>> send an email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAEMxhgS3tUSqdhJaEy2W9_duipbwcZYn3j4x36OZh48gUL7N_w%40mail.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 it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAD9WEx1Kh96q07WezNijQi1pMXLLebOPrUo6oPgZ-vPQqvhGUg%40mail.gmail.com
> 

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-08-26 Thread Paul serubombwe
Its a requirement if your application is using 1. a fronted framework,
2. If your going to integrate APIs for instance payment APIs etc. And its
also good in authentication.
On Aug 26, 2022 6:19 AM, "Ryan Nowakowski"  wrote:

> On Sun, Jul 31, 2022 at 12:55:46AM -0700, Joseph Bashorun wrote:
> > I am stuck in a loop of confusion. I am trying to build an ecommerce
> > website and make it production ready. Do i need to build an API for it?
>
> No   https://twitter.com/htmx_org/status/1561808410856898561
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/20220826031841.GG7295%40fattuba.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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJkmis1qXdtxEJz63O_a5cSwy00UZawxo4E9RukJrd8D8aeBJw%40mail.gmail.com.


Re: page index.html

2022-08-26 Thread REMY TOUITOU
hello , when i try to make the server running , it is written:
commanderror:you must set settings.ALLOWED_hosts if debug is false
thanks you

Le jeu. 25 août 2022 à 14:32, ALBERT ASHABA AHEEBWA <
ashabaaheebwaalb...@gmail.com> a écrit :

> No. There is no space. It's just "runserver". One word
>
> On Thu, 25 Aug 2022, 15:27 hajar Benjat,  wrote:
>
>> Sorry Is there any space between runser ver??
>>  Or am I wrong!...
>> It must be "runserver"
>>
>>
>> On Thu, Aug 25, 2022, 12:22 PM ALBERT ASHABA AHEEBWA <
>> ashabaaheebwaalb...@gmail.com> wrote:
>>
>>> So what happens when you just run $python manage.py? Does it bring up a
>>> list of commands you can run? If not you have to activate your virtual
>>> environment properly if you are using any.
>>> Or path to the virtual environment py script
>>>
>>>
>>>
>>> On Thu, 25 Aug 2022, 14:01 REMY TOUITOU,  wrote:
>>>
 Hello here is the kind of error i have when i try to make the server run

 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 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 :
>>
>>> did you make it right (what about the urls.py and views.py )
>>>
>>> [image: width=]
>>> 
>>>  Sans
>>> virus.www.avast.com
>>> 
>>> <#m_-3027264578619593358_m_-8808041519504331120_m_5977893245110104293_m_-5049226825181264093_m_-6259126178247629255_m_2558853448420336607_m_-5726608972012506882_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>
>>> --
>>> 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 django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAMcj6WdYMRVgsEgaPAf%3DAzxqBWyKph_biCSgNZ5r1QtR4g2%3D2Q%40mail.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 it,
>> send an email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAD9WEx365okwa4ziZXt1pVj3sQ9bDCZmyjkhx6nosqfn4iwmHg%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> K. Asif Ahmed
> *System Manager*
>
> *Maharashtra State Seeds Co. Ltd, Akolahttp://www.mahabeej.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 it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAEMxhgS3tUSqdhJaEy2W9_duipbwcZYn3j4x36OZh48gUL7N_w%40mail.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 it, send
 an email to django-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAD9WEx1Kh96q07WezNijQi1pMXLLebOPrUo6oPgZ-vPQqvhGUg%40mail.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 it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To