Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-27 Thread Jun Say
Hi, I am interested in your post. On Tue, Feb 27, 2024 at 6:00 AM Malikiharouna Assad < malikiharounaas...@gmail.com> wrote: > Add me too please > 00227 92005619 > > Le mar. 27 févr. 2024, 14:52, SURAJ TIWARI a > écrit : > >> who want to join this project kindly WhatsApp on this number +91780099

Re: Reference data while testing

2023-10-02 Thread Jun Say
Thank you for your email. https://hahaha0505.netlify.app/ If you have any questions, please share with me. Thank you. On Tue, Oct 3, 2023 at 10:30 AM Mike Dewhirst wrote: > > This is probably in the docs so please drop me a link if you can. > > My project has fifteen or more tables of reference

Re: final project in django - help

2023-07-16 Thread Jun Say
On Sun, Jul 16, 2023 at 9:32 PM Jun Say wrote: > Let me try. > > On Sun, Jul 16, 2023 at 6:28 AM Brian Carey wrote: > >> A little more information please. What can't you do and what errors do >> you get? >> >> Get BlueMail for Android <https

Re: final project in django - help

2023-07-16 Thread Jun Say
Let me try. On Sun, Jul 16, 2023 at 6:28 AM Brian Carey wrote: > A little more information please. What can't you do and what errors do you > get? > > Get BlueMail for Android > On Jul 16, 2023, at 03:47, Alexandru - Gabriel Ionicescu < > ionicescu.alexandrugabr...@gmail.co

Re: Unable to write to database

2023-05-24 Thread Jun Say
May i have a question related to Django? On Tuesday, May 23, 2023 at 5:14:57 AM UTC-7 William Nash (Bill) wrote: > > The system permission solved the issues. Thank you. > > On Monday, May 22, 2023 at 10:51:13 AM UTC-5 Dev Femi Badmus wrote: > >> I have similar error is due to system permission

Re: public-permission profile in Django allauth

2022-11-15 Thread Jun Tanaka
Logged-in users 2022年11月16日水曜日 9:56:23 UTC+9 Ryan Nowakowski: > Who should be able to view the non public tweets? Just the author? > > > On November 15, 2022 2:10:46 AM CST, Jun Tanaka wrote: >> >> Good day team, >> >> I’m making a Twitter-like applicati

public-permission profile in Django allauth

2022-11-15 Thread Jun Tanaka
to accomplish this please teach me. Any Code sample is very much appreciated. Jun -- 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-user

Re: Combining django apps

2022-10-19 Thread Jun Tanaka
Also, some website says something like INSTALLED_APPS = [ 'todo.apps.TodoConfig', You say, INSTALLED_APPS = [ 'todo', I am confused. Which is proper? And the difference? 2022年10月19日水曜日 13:49:41 UTC+9 eupaulo...@gmail.com: > First of all, you need to add all your apps in INSTALED APPS

Re: Combining django apps

2022-10-19 Thread Jun Tanaka
Thank you for your answer. I can not see below "Let me show you an example". Probably, some of last sentences got cutoff. And I want to see an example. 2022年10月19日水曜日 13:49:41 UTC+9 eupaulo...@gmail.com: > First of all, you need to add all your apps in INSTALED APPS into the > project > set

Combining django apps

2022-10-18 Thread Jun Tanaka
mysite/ manage.py config/ __init__.py settings.py urls.py wsgi.py app1/ app1a/   app1b/ app2/ app3/ I would like to know how to combine apps together just like above. Each app itself works fine when runserver. I foll

Django Book

2018-08-05 Thread Jun Chen
Does anyone know a good django book for the Django 2.0? -- 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 post to thi

please tell me the best way to construct a Model of Quiz form

2016-03-08 Thread Jun Tanaka
ngth=20) button3 = models.CharField(help_text=u'buton3', max_length=20) But a problem here is the number of buttons i fixed. I prefer to add buttons later, and hopefully be able to input data in one admin page. Please tell me what your best solution of a model should be like. Jun

Re: how to copy data per user

2015-10-08 Thread Jun Tanaka
ique=True) http://www.b-list.org/weblog/2006/jun/06/django-tips-extending-user-model/ > p.s. Django 1.6 is unsupported and has unfixed security vulnerabilities so > you should try to upgrade to a supported version. > https://www.djangoproject.com/download/#supported-versions > &

how to copy data per user

2015-10-07 Thread Jun Tanaka
Hello all! I use Django 1.6 I would like to copy data from one user to another. Say user 1 has data_set_A in database and I would like to copy data_set_A to user 2, user3, user4. If you could tell me any simple way to do so, I would appreciate it. Thank you, Jun -- You received this

CSRF Verification error appeared after I changed DNS ver2

2015-05-15 Thread Jun Tanaka
Hi, I got the same kind of an error as below. CSRF Verification error appeared after I changed DNS https://groups.google.com/forum/#!msg/django-users/dQXdPeAd6Fg/wFsEG03Qeu0J And there is no solution written in there. Hope someone can help me. Versions Djagno 1.6 python2.7 In my case, I got u'C

Re: CSRF Verification error appeared after I changed DNS

2015-05-15 Thread Jun Tanaka
I got the same kind of an error. In my case, I got u'CSRF_COOKIE' instead of 'csrf' in request. I appreciate any solution for this issue. 2013年1月9日水曜日 8時44分49秒 UTC+9 Saqib Ali: > > > Hi. > > I have been using Django successfully for a few days now. I was running my > django application on an

CSRF Verification error appeared after I changed DNS ver2

2015-05-15 Thread Jun Tanaka
Hi, I got the same kind of an error as below. CSRF Verification error appeared after I changed DNS https://groups.google.com/forum/#!msg/django-users/dQXdPeAd6Fg/wFsEG03Qeu0J And there is no solution written in there. Hope someone can help me. Versions Djagno 1.6 python2.7 -- You received thi

arrange date-products data on admin

2014-09-26 Thread Jun Tanaka
Hello, I have a question on a way to arrange date-products data on admin. I want to make it looke like date productA 09/26 9:00 5 09/26 10:00 8 09/26 13:00 4 09/27 9:00 9 09/27 10:00 4

runserver => production mode

2014-07-03 Thread Jun Tanaka
Debug tool bar + runserver is very handy. But production environment have a root_path. Say, such as IPaddress/simle_project. Now we change the root_path in url.py each time for prodction. Is there any better way to resolve this problem? Two possible solutions: 1.Runserver with the root_

problem with variable which comes up in my Django template

2014-06-26 Thread Jun Tanaka
Hello everyone, I have a problem with a variable in my Django template showing up. Somehow it shows two different variable when it is mod_wsgi and it is runserver. One possibility is that the cache keep the old html. So I use disable cache mode in Chrome. F12 => setting => disable cache. This

Re: Many links to one function in url.py

2014-05-21 Thread Jun Tanaka
Hi Lucas, Thank you very much. It seems that I can use this. Hopefully, I can ask you one more question. \d+ is for a int. is \w+ for a string? What does \w* mean? I saw it. Jun 2014年5月21日水曜日 11時49分46秒 UTC+9 Lucas Klassmann: > > Hi Jun, > > Try this: > > Put only th

Many links to one function in url.py

2014-05-20 Thread Jun Tanaka
Hi there. I hope to know the solution for the following: say, there are several links to one function but I would like to identify which link that come from. url.py looks (r'^link1/$', 'project.apps.main.get'), (r'^link2/$', 'project.apps.main.get'), (r'^link3/$', 'project.apps.mai

wsgi does not work as intended even it works fine when python manage.py runserver 0.0.0.0:8000

2014-03-22 Thread Jun Tanaka
Hello, wsgi does not work as usually even it works fine when python manage.py runserver 0.0.0.0:8000 I use django version 1.3 I have two issues here. 1. how to add projectname inside of the url 2.static is not connected right 153.xx.x.x.x:8000/simple_project this works. But not when 153.xx.x

Re: psycopg2

2012-11-17 Thread Jun Tanaka
Thank you for your advise. I used the trace back and it says 'exceptions.ImportError'. On Windows, cay you not easy_install psycopg2? When I did, it seems that it was done correctly. Please help!!! 2012年11月18日日曜日 2時11分23秒 UTC+9 ovnicraft: > > > > > On Sat, Nov

psycopg2

2012-11-17 Thread Jun Tanaka
I run a django program with psycopg2 on Mac and then it works fine. Now, I am trying to run the same program on Windows. Then "ImportError: No module named psycopg2.extensions" shows up. I installed the same version of django, postgres, psycopg2. Please give me a help. -- You received this

I get a problem at [Activate the admin site] of [Writing your first Django app, part 2 ]

2012-11-05 Thread Jun Luo
Hi all, I followed all three steps to activate the admin site. but when I went to /admin, it came as follow: NameError at /admin name 'admin' is not defined Request Method:GETRequest URL:http://127.0.0.1:8000/adminDjango Version: 1.4.2Exception Type:NameErrorException Value: name 'admin' is

Re: Error in blog

2012-07-12 Thread jun
27;m a bit confused by this code in the same section. ...and a line in urls.py: urlpatterns = patterns('dbe.blog.views', (r"", "main"), ) What does r"" mean? I placed this line in blog/urls.py instead of the root_urlconf dbe/urls.py. Is this correct? Th

Re: Error in blog

2012-07-12 Thread jun
On Thursday, July 12, 2012 7:40:46 PM UTC+8, lawgon wrote: > > On Wed, 2012-07-11 at 23:29 -0700, jun wrote: > > I was trying out the blog example in Django by Example but ran into > > this error: > > Reverse for 'blog_post_add' with arguments '()&#

Error in blog

2012-07-12 Thread jun
ns since there is no /blog/post/add configuration there, and tried a few variations but nothing worked. What should I do next? Any django docs I can refer to, as in how to link the blog_post_add with the main url? Thanks, jun (django noob) -- You received this message because you are subs