Re: a new pluggable voting system for django

2015-02-08 Thread Code
I have just started using the above app. It was the easiest to install and use. Documentation provided was also a lot better than many apps out there, thanks. I am trying to extend the app as per my requirement but am unable to do so. I am hoping you could help me with it. I aim at allowing no

Django comments app - adding each field of comments app to div classes

2014-11-20 Thread Code
I am using django comments app and am using bootstrap template for UI. In bootstrap I have; Name and other div classes to fill in mame , email, url and comments. Django comments app's {% get_comment_form for post as form %} allows manually render fields like;

Re: Django comments app - adding each field of comments app to div classes

2014-11-20 Thread Code
Also, is there a better alternative to comments app? thanks On Friday, 21 November 2014 09:10:40 UTC+5:30, Code wrote: > > I am using django comments app and am using bootstrap template for UI. > > In bootstrap I have; > > > Name > value="" aria

django.contrib.comments depreciated, any good alternatives?

2014-11-20 Thread Code
Hi, I have been facing a nightmare with django comments app. see: https://groups.google.com/forum/#!topic/django-users/7B2umISG-9I I found out it has been depreciated and so wanted to know suitable alternatives. Disqus is one but is this suitable for local environment, I am a beginner so need

Creating Dybamic "models"

2008-07-19 Thread code-zoop
Hello All. I am on my first prject with Django, and I really love it. I have never been so productive with so few lines of code (coming from php). I am writing a simple cms system, and have the core up and running. I have a general article model that contains all fields for the articles. I am

Re: Creating Dybamic "models"

2008-07-20 Thread code-zoop
On Jul 20, 6:36 pm, Bradley Wright <[EMAIL PROTECTED]> wrote: > On Jul 20, 8:45 am, festersen <[EMAIL PROTECTED]> wrote: > > > > In a more upscaled version I > > > could have 10 different article types, where all of them are slightly > > > different. > > > maybe you want to read some notes about

want some suggestion to learn elastic search

2015-07-01 Thread Code Dish
Hello all, Can you guys , suggest me what the basic things reguired to learn elastic search for django project for learning purpose. please reply... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

print_r

2006-10-14 Thread code enquest
in PhP i used to print_r(array) to see what if got in my array that I want to bring on the screen. Smarty even had a popup screen to show this. How can I see in Django what I got in the view? So that working in the template goes a tat faster? What is the print_r($array) in the template or Djan

print_r

2006-10-14 Thread code enquest
in PhP i used to print_r(array) to see what if got in my array that I want to bring on the screen. Smarty even had a popup screen to show this. How can I see in Django what I got in the view? So that working in the template goes a tat faster? What is the print_r($array) in the template or Django

Re: print_r

2006-10-14 Thread code enquest
Steven Armstrong schreef: > On 10/14/06 19:46, code enquest wrote: > >> in PhP i used to print_r(array) to see what if got in my array that I >> want to bring on the screen. Smarty even had a popup screen to show this. >> >> How can I see in Django what I got i

reading RSS feeds

2006-10-15 Thread code enquest
I need to do the following with Django. I need to read diffrent RSS or Atom feeds And print the latest on a page according date. How would I do this with Django? What would be the best practice to achieve this? Enquest --~--~-~--~~~---~--~~ You received this me

Re: django render html template isse

2018-11-02 Thread Code Binder
provides me below results. >> It's good but i would like to render it to html template. >> >> *return HttpResponse(onsubmit, content_type="text/plain")* >> >> Output: >> *URL: https://abc.com <https://abc.com>* >> *Timestamp: Wed, Oct 31,

Re: Recruitment

2020-09-25 Thread Let&#x27;s Code
Hi, I'm interested! On Wed, Sep 23, 2020, 8:10 PM Harish Thiyagharajan < harishthiyagh...@gmail.com> wrote: > I want a interested django user , DM mail for more details , all the > details including payment can be discussed ...looking for for you guys . > > -- > You received this message because

Re: api

2020-12-24 Thread Code Learning
Marry chrismas On Fri, 25 Dec 2020, 06:27 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 do like where the functions will be > since j will be using api a

Re: Study and project partner(s) needed

2020-02-16 Thread Mint Code
Add me up guys, let's build something Great together, WhatsApp (08102352911), Gmail (destinyjunior...@gmail.com) On Sat, Feb 15, 2020, 10:25 PM Realdox Opeyemi wrote: > I'm also a Django beginner we can team up and reach our destination > together ..email : realdox2yk47...@gmail.com WhatsApp

Multiple checkboxes are not working,it is showing selected choice isn't a valid choice.

2020-06-01 Thread learn code
Hello, I'm working on a application form it has multiple checkboxes,when I submit the form it is showing selected choice isn't a valid choice. If anyone knows how to use checkboxes in ModelForm plz help me. Models.py class Application(models.Model): STATE_CHOICES =( ("1","Alabama"),("2",

How to display calendar in django webapplication?

2020-06-10 Thread learn code
Hi everyone, I'm working on a website. In that, I need to display available dates and timings dynamically. Anyone knows please help me. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fr

Re: How to display calendar in django webapplication?

2020-06-10 Thread learn code
Thank you so much!!! On Wed, Jun 10, 2020 at 2:46 PM Miracle wrote: > Check this project pinax calendars > https://github.com/pinax/pinax-calendars > > On Wed, 10 Jun 2020, 10:43 pm learn code, wrote: > >> Hi everyone, >> >> I'm working on a website. In t

Re: How to display calendar in django webapplication?

2020-06-11 Thread learn code
Thank you!!! On Thu, Jun 11, 2020, 6:18 AM Perceval Maturure wrote: > check this one too > https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html > > On Thu, Jun 11, 2020 at 2:05 AM learn code > wrote: > >> Thank you so much!!! >> >> On Wed, Ju

How to add a user ratings feature in djnago application?

2020-06-13 Thread learn code
Hello Everyone, Can anyone tell me how to add a star rating feature in Django application? -- 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

Re: How to add a user ratings feature in djnago application?

2020-06-13 Thread learn code
Thank you for your reply. Can you tell me more details how can I do that? On Sat, Jun 13, 2020, 12:21 PM Rupesh Dahal wrote: > You can save rating on database and show them with the help of JS. > > On Sun, Jun 14, 2020 at 12:52 AM learn code > wrote: > >> Hello Everyone,

Re: How to add a user ratings feature in djnago application?

2020-06-15 Thread learn code
quot;rating" field > > Every time a user rates a book no_of_reviews field would be incremented > and rating field would be updated. > > If you think I somehow missed the point then please let me know. > > On Sunday, June 14, 2020 at 12:37:05 AM UTC+5:30, learn code wrote

Re: How to add a user ratings feature in djnago application?

2020-06-15 Thread learn code
Hi, Thank you!! On Mon, Jun 15, 2020, 6:27 PM Kelvin Sajere wrote: > > > On Tue, Jun 16, 2020 at 02:22 learn code wrote: > >> Hi, >> >> Thank you for your reply,sorry ,still I didn't understand how to add >> ratings. >> >> On Sat, Jun 13

Python-django project

2020-07-20 Thread learn code
Hi everyone, I am learning python and django, like to work on the projects to improve more.If any one interested to join with me to work on the projects,plz send me a email. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Python-django project

2020-08-08 Thread learn code
Thank you all for your interest!!! On Fri, Aug 7, 2020 at 2:18 PM Anu Pande wrote: > Interested. > > On Fri, Aug 7, 2020, 21:09 hajar Benjat wrote: > >> Interested >> >> On Tue, Jul 21, 2020, 4:10 AM learn code wrote: >> >>> Hi everyone, >>

Set different value for a field when Admin creates an user

2019-11-29 Thread Fruity Code
I have an updated user model and added two fields to it, mobile_number and role. The field role has two options Customer and Admin. Currently, I have made customer as the default value for role. Now what I want is when user signup the role should be a customer but when an admin create a user fro

Re: access an attribute of a target model in a many-to-many relationship

2022-11-29 Thread Viper Code
mess = Message.objects.get(title="sos") // print(mess.person.email) // the error occurs here. emails = [] for m in mess: emails.append(m.email) print(emails) Pada tanggal Rab, 30 Nov 2022 07.13, Issa N'golo Coulibaly < coulibalyissa...@gmail.com> menulis: > Hi, when I try to access an attri

Re: Finding Help in getting started in Django

2023-05-30 Thread psyMaster Code
Congratulations, You did one of the greatest choice In the beginning, the documentation of django is awsome and also infinity, You can go through the 7 first steps of doc, then get start the django rest framework on https://www.django-rest-framework.org/ After that you can find out more and more

Lost stdout and stderr on fcgi with Django

2008-06-01 Thread The Code Janitor
u are going to daemonize. So I poked at the code and added this else clause at line 166: if daemonize: from django.utils.daemonize import become_daemon become_daemon(our_home_dir=options["workdir"], **daemon_kwargs) + else: + if options['outlog']: +

Re: How nicely does django play in a distributed environment?

2008-06-02 Thread The Code Janitor
wagon. I am still mucking around down in the muck trying to get the foundation set up nice and sound. I have not been dissapointed with the code and engineering it all looks pretty darn good. The docs and especially solid enterprise grade examples are seriously lacking. So I am being forced to code

Re: Lost stdout and stderr on fcgi with Django

2008-06-03 Thread The Code Janitor
I am going to submit this as a bug. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email t

Is there any Django module like ViewCV for svn repositories?

2008-06-03 Thread The Code Janitor
I want to have a source code repository view on my Django site. I can not find any such module available. Mostly I want something like ViewCV with a couple of twists (user authentication, group permissions to view sections, tagging, etc.) In poking around I couldn't find any example pytho

What are django packages for making crypto transactions.

2022-01-08 Thread Le Sage Code
I'm trying to build a crypto exchange and to do that I don't know what django or python packages I need to send cryptos to someone with my wallet address. I need help please -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

Re: Working on a Django server Need Team to join me

2024-02-15 Thread Code With Yusuf
Hi! I am interested; but your link is not reachable On Thursday, February 15, 2024 at 5:13:58 AM UTC-8 Space1 Technology wrote: > Join via the WhatsApp link > https://chat.whatsapp.com/Hlqd0qZJtQOEVfIpQSWHW8 > > On Thu, 15 Feb 2024 at 14:11, Tushar wrote: > >> Hi, I'm interested >> >> On Thu

Re: Need assistance/assistant

2024-02-15 Thread Code With Yusuf
Do you find solution? On Friday, February 9, 2024 at 8:19:35 AM UTC-8 Adisa Habeebulah wrote: > Yes, I need assistance in developing the web app and I have started with >> the coding phase already > > My country code is +234(8118176838) > -- You received this messa

Re: Redesign of agricultural project with python django and next.js technologies.

2024-02-18 Thread Code With Yusuf
I am interested; add me to the repository yusufmuh...@gmail.com On Sun, Feb 18, 2024 at 5:47 PM Jorge Bueno wrote: > The project: > > I am working on an exciting project that I think you may be interested in. > It is an online marketplace, similar to the US farmers and livestock > markets, but w

Re: Capturing full URL string

2008-06-05 Thread Leeland (The Code Janitor)
problem and loose hours and hours searching for the cause (like Karen, Matthias, Gregor and yourself just did). Make that hard work you just did troubleshooting this count! + Leeland On Jun 4, 1:35 pm, John M <[EMAIL PROTECTED]> wrote: > Well, thank God you took a look at the code and agr

Re: Question about Form Wizard

2008-06-07 Thread Leeland (The Code Janitor)
I am a new Django person as well. There is one other point about storing data in sessions. If you expect the site to grow you should put the session data in a back-end database. This will allow multiple servers to access the data. This is important if you ever want to have load balanced servers wh

At what point is the WSGI request or server object available?

2008-06-27 Thread Leeland (The Code Janitor)
ver's error logs. I'd also like to automatically get the python logger doing the same. I have found that in a given view I can do something like if 'wsgi.errors' in request.META: # do setup work here I can't seem to put this code anywhere else (like in my settings.py fil

Re: python strings containing backslashes

2008-06-29 Thread Leeland (The Code Janitor)
I would use a raw string like this" string.rfind(r'\\') The raw string makes sure there is no additional escaped special characters. But you still need to escape the backslash. Here is a good read on all this: http://www.python.org/doc/current/ref/strings.html + Leeland --~--~-~--~---