Django Pykafka Implementation

2019-02-09 Thread Elikem Kuadey
Hi guys, I have been working with pykafka for some time now and its been going well until I had to start the consumer from the wsgi.py file which works but once started all http request to the application result in a 504 - Gateway Timeout. How do I resolve this issue, please? -- You received

Re: Password Policy Adherence. Cannot use the passwords used before

2019-02-09 Thread Simon A
@Jason, yes I believe I do need to research further when that action happens. the point where the password is hashed and stored in the User table. I'll continue to work on it. @James, currently the requirements are non debatable for us developers in the company. The security team implemented the

Re: Trying to filter out choices in a form based on the logged in user.

2019-02-09 Thread Ricardo Cataldi
You van create this property on your model, andam the init would bem applied to your form Em sáb, 9 de fev de 2019 13:15, GavinB841 Hi Ricardo, > > Really appreciate your reply, I am struggling to understand where I would > create this property as I am quite new to Django and haven't worked with

Re: E-commerce with Django framework

2019-02-09 Thread kibirige Gerald Joseph
check out https://youtu.be/c_HOWIoQK-I https://youtu.be/yxOfPNorZ-Y https://youtu.be/iFXOx7FOC9k On Sat, Feb 9, 2019 at 6:23 PM Birol Demirtaş wrote: > I know this links but ı cant opened here :( any have video toturial ?? > > 9 Şub 2019 Cmt, saat 18:20 tarihinde kibirige Gerald Joseph < >

Re: E-commerce with Django framework

2019-02-09 Thread Birol Demirtaş
I know this links but ı cant opened here :( any have video toturial ?? 9 Şub 2019 Cmt, saat 18:20 tarihinde kibirige Gerald Joseph < geraldjose...@gmail.com> şunu yazdı: > Check out the links below. All the information you need to get started > with Saleor or Oscar is there. >

Re: E-commerce with Django framework

2019-02-09 Thread kibirige Gerald Joseph
Check out the links below. All the information you need to get started with Saleor or Oscar is there. https://docs.getsaleor.com/en/latest/ http://docs.oscarcommerce.com/en/latest/ On Sat, Feb 9, 2019 at 5:43 PM Birol Demirtaş wrote: > Hi guys ım trying django and ı try learn , ı have project

Re: Trying to filter out choices in a form based on the logged in user.

2019-02-09 Thread GavinB841
Hi Ricardo, Really appreciate your reply, I am struggling to understand where I would create this property as I am quite new to Django and haven't worked with these before. Is it included in the model/view/form and under which model for the club, user or team. Thanks for your help. Gavin

Re: E-commerce with Django framework

2019-02-09 Thread Birol Demirtaş
Hi guys ım trying django and ı try learn , ı have project but . I wanna try saleor or oscar or django shop ı wanna try that it buy ı cant runserver ı need open source codes anyone help me ?? 9 Şub 2019 Cmt, saat 17:40 tarihinde kibirige Gerald Joseph < geraldjose...@gmail.com> şunu yazdı: >

Re: not able to run project once again

2019-02-09 Thread sachin thakur
Thank you for support ! Start running On Sat 9 Feb, 2019, 8:02 PM mahesh boini Check your pipenv file whether django is available or not > > On Sat, 9 Feb 2019 at 19:57, sachin thakur > wrote: > >> Yaa m running >> In virtual environment >> M not able to run the server as far as this error

Re: E-commerce with Django framework

2019-02-09 Thread kibirige Gerald Joseph
Thank you. Meanwhile, am trying out Saleor framework. I will try out Oscar to decide which one is the best for the work at hand. On Sat, Feb 9, 2019 at 5:03 PM Ricardo Cataldi wrote: > Regarding your first question, try the Oscar e-commerce app and see if it > suits you. > > > > *From:*

Re: not able to run project once again

2019-02-09 Thread mahesh boini
Check your pipenv file whether django is available or not On Sat, 9 Feb 2019 at 19:57, sachin thakur wrote: > Yaa m running > In virtual environment > M not able to run the server as far as this error wont go > > On Sat 9 Feb, 2019, 7:56 PM mahesh boini >> Bro I think that’s because of

Re: not able to run project once again

2019-02-09 Thread sachin thakur
Yaa m running In virtual environment M not able to run the server as far as this error wont go On Sat 9 Feb, 2019, 7:56 PM mahesh boini Bro I think that’s because of virtuvalenv isssue . Have you running your > project in virtuavalenv check once. > > On Sat, 9 Feb 2019 at 19:48, sachin thakur >

Re: not able to run project once again

2019-02-09 Thread mahesh boini
Bro I think that’s because of virtuvalenv isssue . Have you running your project in virtuavalenv check once. On Sat, 9 Feb 2019 at 19:48, sachin thakur wrote: > Traceback (most recent call last): > File "manage.py", line 8, in > from django.core.management import

not able to run project once again

2019-02-09 Thread sachin thakur
Traceback (most recent call last): File "manage.py", line 8, in from django.core.management import execute_from_command_line ModuleNotFoundError: No module named 'django' The above exception was the direct cause of the following exception: Traceback (most recent call last): File

RE: E-commerce with Django framework

2019-02-09 Thread Ricardo Cataldi
Regarding your first question, try the Oscar e-commerce app and see if it suits you. From: django-users@googlegroups.com On Behalf Of kibirige Gerald Joseph Sent: sábado, 9 de fevereiro de 2019 11:58 To: django-users@googlegroups.com Subject: Re: E-commerce with Django framework I

Re: E-commerce with Django framework

2019-02-09 Thread kibirige Gerald Joseph
I deleted the pgadmin4.db located on path C:\Users\\AppData\Roaming\pgAdmin. That's when it worked. On Sat, Feb 2, 2019 at 5:36 PM Khushal Kumar wrote: > you're welcome. Did it work? > > On Sat, Feb 2, 2019 at 7:55 PM Khushal Kumar > wrote: > >> Right click on pgadmin and troubleshoot it.

RE: Trying to filter out choices in a form based on the logged in user.

2019-02-09 Thread Ricardo Cataldi
Hello there Galvin, You can create properties on the users and filter the queryset conditioning to the user. It depends on how many categories of user you have and how these users are supposed to be filtered by those teams. For example, if you have a spatial selection based on user

Re: Django template

2019-02-09 Thread rich gang
Hi guys, I just finished learning python on sololeran.com. And I wanna start django, so I was wondering If anybody would wanna help me personally. Like I said I have a fair knowledge about python. I would be grateful. thanks, On Sat, 9 Feb 2019 at 11:43, PASCUAL Eric wrote: > Hi, > > Templates

Re: I am newbie to Django REST,

2019-02-09 Thread Dom Delbuco
I've been watching this guys tuts, extremely solid https://www.youtube.com/watch?v=UmljXZIypDc On Saturday, February 2, 2019 at 8:15:27 AM UTC-5, shubham joshi wrote: > > How to use cookeicutter for setting up new project? > -- You received this message because you are subscribed to the Google

Trying to filter out choices in a form based on the logged in user.

2019-02-09 Thread GavinB841
Hi all, If anyone could help or point me in the direction of some documentation for the below problem I am having I would really appreciate it. Just to explain quickly: 1. I have a model called "Team" which contains a foreign key to another model called "Club" 2. The "Club" model

Re: Django template

2019-02-09 Thread PASCUAL Eric
Hi, Templates are nothing more than HTML files with special tags inside. In their simplest form, they can be plain HTML without any templating tags and they will thus be rendered without any change. In conclusion, to keep it simple and still let you the opportunity to benefit from templating