Re: about django documentation

2021-01-31 Thread Ryan Nowakowski
I recommend following the tutorial all the way through. Getting that tutorial running in your own computer will answer 95% of a beginner's questions. https://docs.djangoproject.com/en/3.1/intro/tutorial01/ On January 18, 2021 9:27:56 PM CST, a a wrote: >i have end the django introduction but i

Re: about django documentation

2021-01-26 Thread Bmt Herald
https://www.youtube.com/watch?v=-s7e_Fy6NRU=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p=10 On Tue, Jan 19, 2021 at 5:11 PM dupakoor kannan wrote: > Hi, > > Try this first https://youtu.be/UmljXZIypDc and read the documentation > again. > > Hope it helps > > > > On Tue, Jan 19, 2021 at 8:40 AM a a

Re: about django documentation

2021-01-19 Thread dupakoor kannan
Hi, Try this first https://youtu.be/UmljXZIypDc and read the documentation again. Hope it helps On Tue, Jan 19, 2021 at 8:40 AM a a wrote: > how can i understand from documentation? > i was ended the introduction then i have continue to models but how can i > implementation? > > -- > You

about django documentation

2021-01-19 Thread a a
i have end the django introduction but i do not know where continue i was start with models but there are error in terminal NameError: name 'Person' is not defined this is link: https://docs.djangoproject.com/en/3.1/topics/db/models/ -- You received this message because you are subscribed to

about django documentation

2021-01-19 Thread a a
how can i understand from documentation? i was ended the introduction then i have continue to models but how can i implementation? -- 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

Re: i'm having problems trying to add users to the admin on django for so long now that i haven't been able to learn much about django for months

2020-03-18 Thread chucks ogwo
It worked! I upgraded Django from 2.0.7 to 3.0.4 which is the latest version and now everything is working as it should. Thank you very much, I'm super grateful On Wednesday, March 18, 2020 at 4:39:24 AM UTC+1, chucks ogwo wrote: > > Environment: > > > Request Method: POST > Request URL:

Re: i'm having problems trying to add users to the admin on django for so long now that i haven't been able to learn much about django for months

2020-03-17 Thread Jorge Gimeno
On Tue, Mar 17, 2020 at 8:38 PM chucks ogwo wrote: > Environment: > > > Request Method: POST > Request URL: http://127.0.0.1:8000/admin/auth/user/1/change/ > > Django Version: 2.0.7 > Python Version: 3.8.2 > Installed Applications: > ['django.contrib.admin', > 'django.contrib.auth', >

i'm having problems trying to add users to the admin on django for so long now that i haven't been able to learn much about django for months

2020-03-17 Thread chucks ogwo
Environment: Request Method: POST Request URL: http://127.0.0.1:8000/admin/auth/user/1/change/ Django Version: 2.0.7 Python Version: 3.8.2 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions',

Re: About Django performance

2020-02-28 Thread Integr@te System
Hi Freinds, Plz try some search example: https://python-socketio.readthedocs.io/en/latest/intro.html But first let us look at: https://www.djangoproject.com/conduct/ Thank. On Fri, Feb 28, 2020, 19:53 Motaz Hejaze wrote: > What is the type of data ?? > > What is the expected amount to be

Re: About Django performance

2020-02-28 Thread Motaz Hejaze
What is the type of data ?? What is the expected amount to be transfered by second ? Its not only django , its the server type and the database type .. On Fri, 28 Feb 2020, 1:36 pm Gil Obradors, wrote: > Hi ! > I 'm curious too! > > How much data? > > With CPU and RAM, may be the problem will

Re: About Django performance

2020-02-28 Thread Gil Obradors
Hi ! I 'm curious too! How much data? With CPU and RAM, may be the problem will be in Wifi Channel, instead of at the server. You will explain us ;) Thank you! Missatge de 이바울 del dia dv., 28 de febr. 2020 a les 11:33: > I'm trying to build a server. > > Data transmitted from the wireless

About Django performance

2020-02-28 Thread 이바울
I'm trying to build a server. Data transmitted from the wireless communication device enters the database via this server. We will use Message Queue to avoid losing data (VernaMQ). I'm curious to see if Django is a suitable server for sending and receiving data from multiple wireless

Re: Asking about Django

2020-02-23 Thread Motaz Hejaze
your question is not clear to answer , please speak in your first language ( arabic ) or put more details in your question .. On Sun, Feb 23, 2020 at 3:51 PM nawal benmohamed < nawoulabenmoham...@gmail.com> wrote: > *Does Django contain a library with component for implementation* > > -- > You

Asking about Django

2020-02-23 Thread nawal benmohamed
*Does Django contain a library with component for implementation* -- 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

Something about django

2019-07-31 Thread Suraj Thapa FC
Is there any better way with proper good documentation about email verification using 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

Re: about Django tutorial

2019-07-24 Thread Lim Kai Wey
To 田村佑太, *Is it fine if you show use your urls.py in the polls app as well? I believe the problem is caused from there. * *Regards,* *Kai Wey* On Wed, Jul 24, 2019 at 7:03 PM 田村佑太 wrote: > Using the URLconf defined in mysite.urls, Django tried these URL > patterns, in this order: > >1.

Re: about Django tutorial

2019-07-24 Thread Avi gehlot
Medium.com On Wed, 24 Jul 2019 at 4:33 PM, 田村佑太 wrote: > Using the URLconf defined in mysite.urls, Django tried these URL > patterns, in this order: > >1. admin/ > > The current path, polls/, didn't match any of these. > > > what is the problem of this? > > > at ./mysite/mysite/urls.py > >

about Django tutorial

2019-07-24 Thread 田村佑太
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order: 1. admin/ The current path, polls/, didn't match any of these. what is the problem of this? at ./mysite/mysite/urls.py I wrote this code. from django.contrib import admin from django.urls import

Need Help about django-filter and dataGrid

2018-11-23 Thread DELEAU Eric
Hello I'm a new developper in django, i think my question are basic for expert but i want to know the best practice. I made a view using the package "djando-filter" *filter.py* [image: filter.JPG] *view.py* [image: View.JPG] *vue_microtrottroi.html* [image: html.JPG] *Questions :* -

Re: Query about django

2018-06-18 Thread Artur Gontijo
> > Hello, > > I have recently started learning about Django. Before I start making > projects using Django I just wished to read about it first. So, I visited > to the Django website. > > https://www.djangoproject.com/start/overview/ > > At there, in the various

Re: Query about django

2018-06-18 Thread Andréas Kühne
of the most competent allaround frameworks I have ever seen. Regards, Andréas 2018-06-18 19:48 GMT+02:00 Navjit Kaur : > Hello, > > I have recently started learning about Django. Before I start making > projects using Django I just wished to read about it first. So, I visited > to the

Query about django

2018-06-18 Thread Navjit Kaur
Hello, I have recently started learning about Django. Before I start making projects using Django I just wished to read about it first. So, I visited to the Django website. https://www.djangoproject.com/start/overview/ At there, in the various features of Django there is one feature

Re: ABOUT DJANGO

2017-09-21 Thread Andréas Kühne
Hi, I'm sorry - your questions are a bit too broad to cover here. If you have specific question about the django framework or a problem with how you are supposed to use django, feel free to ask those questions here. If you don't have any experience in django, I recommend looking at the following

ABOUT DJANGO

2017-09-21 Thread TECH ROYAL
how to make website faster in python -- 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 this group, send

Re: please help me about django error that encoding is wrong

2017-08-22 Thread James Schneider
> > > System check identified 1 issue (0 silenced). > August 22, 2017 - 02:05:59 > Django version 1.11.4, using settings 'untitle7.settings' > Starting development server at http://127.0.0.1:8000/ > Quit the server with CTRL-BREAK. > Unhandled exception in thread started by check_errors..wrapper

Re: please help me about django error that encoding is wrong

2017-08-22 Thread Vijay Khemlani
What is the hostname of your machine? If you are using Windows then you can execute "ipconfig /all" on a cmd prompt On Mon, Aug 21, 2017 at 11:27 PM, 輝夜三日月 wrote: > >

please help me about django error that encoding is wrong

2017-08-22 Thread 輝夜三日月
just create a django project in Pycharm which was in a virtual environment ,while it send me a unsolved problem about following things:

Re: a hard question about django ORM

2017-08-06 Thread lemme smash
what the problem here? you can get all your Feeds by feeds = Feed.objects.filter(user=me) and then all the comments for each feed comments = feed.comment_set.exclude(user=me) or what? if you want to get only comments, you can do comments = Comment.objects.filter(feed__in=feeds).exclude(user=me)

a hard question about django ORM

2017-08-06 Thread 时空路由器
there are three classes class User(models.Model): name = models.CharField() class Feed(models.Model): user = models.ForeignKey(User) class Comment(models.Model): user = models.ForeignKey(User) feed = models.ForeignKey(Feed) How to get all my feeds and all the coments of them, but the

Re: about django framework execution sequence

2016-05-23 Thread Paulo Afonso
Hi You can using tutorial from base project, that was what I did to understand. https://docs.djangoproject.com/en/1.9/intro/tutorial01/ Another way, is was very useful for me the PDF book Pro Django 2nd Version. But for what I know is: a) First start with Setting.py, b) urls to call the view

about django framework execution sequence

2016-05-21 Thread zeeshan malik
anybody plz tel me the exzact sequence of Djngo framework execution like: first of all url call to view functions and then views render the templates and data will show on page then in case of inserting data in form how djngo execute in sequence how model and form work and how ORM role in

Re: a question about django admin and language

2016-03-02 Thread Luis Zárate
You could write a middleware after language middleware than check if it is a admin URL and change the language to English. https://docs.djangoproject.com/en/1.9/topics/http/middleware/ https://docs.djangoproject.com/es/1.9/topics/i18n/translation/ El viernes, 26 de febrero de 2016, Will Harris

Re: a question about django admin and language

2016-02-26 Thread Will Harris
Hi Paul, If you want the admin site to behave differently than the main site, you could consider running two instances, one with the i18n activated for the main site, and one for admin users with it disabled. In production, from a security standpoint, it's a good idea to have the admin site

a question about django admin and language

2016-02-25 Thread Paul Z
Hi, I'm new to django, I try to set up a site that can select language automatically. So, I set as below: LANGUAGE_CODE = 'en' TIME_ZONE = 'UTC' USE_I18N = True USE_L10N = False USE_TZ = False For now, It can select language automatically, But, The question is: I don't

Re: Question about Django Tutorial Part 5

2015-10-15 Thread Vijay Khemlani
The "create" method (as in Question.objects.create) saves the object to the database On Thu, Oct 15, 2015 at 6:08 AM, Shun Liang wrote: > Dear All, > > In the 5th part of the Django Tutorial ( >

Question about Django Tutorial Part 5

2015-10-15 Thread Shun Liang
Dear All, In the 5th part of the Django Tutorial ( https://docs.djangoproject.com/en/1.8/intro/tutorial05/#testing-our-new-view ), there is a helper function "create_question" in polls/test,py, which creates a question instance and returns it. However the created question instance does not

Re: what do you think about django FORM system?

2015-03-06 Thread younger.shen
Hello everyone: you may have your own opinions, i read the letters all above , the point of why i think the form of django is hard to use is that the form do 2 kinds of things , first is to build html , secnod is to validate , i never build html in backend it is not good practice , and i really

Re: what do you think about django FORM system?

2015-03-06 Thread john
On 03/06/2015 12:28 PM, felix wrote: I'm using Django 1.9 and Bootstrap v3.3.1 I did know there was a Django 1.9 I tried several ways but whatever I was doing the form field size did not change for me. But I started using crispy-forms and using their layout stuff allowed everything I

Re: what do you think about django FORM system?

2015-03-06 Thread felix
El 06/03/15 11:22, john escribió: I saws that to in the Doc's - it did not work for me with bootstrap. I did not find the cause - if there wasn't some sort of bug. I'm using Django 1.7.5 so I'll guess and say it had something to do with the interaction of the two. I have moved on to

Re: what do you think about django FORM system?

2015-03-06 Thread john
I saws that to in the Doc's - it did not work for me with bootstrap. I did not find the cause - if there wasn't some sort of bug. I'm using Django 1.7.5 so I'll guess and say it had something to do with the interaction of the two. I have moved on to crispy-forms and all seems to work. But

Re: what do you think about django FORM system?

2015-03-06 Thread felix
El 06/03/15 10:20, john escribió: OK I realize you are saying I should read the doc's. So I will provide exactly what I'm saying from the doc's. Django handles three distinct parts of the work involved in forms: * preparing and restructuring data ready for rendering * creating HTML forms

Re: what do you think about django FORM system?

2015-03-06 Thread john
OK I realize you are saying I should read the doc's. So I will provide exactly what I'm saying from the doc's. Django handles three distinct parts of the work involved in forms: * preparing and restructuring data ready for rendering * creating HTML forms for the data * receiving and

Re: what do you think about django FORM system?

2015-03-06 Thread john
or i want your opinion my friends. talk to me please , what is your opinion about django form. every key to every locked *DREAM* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and s

Re: what do you think about django FORM system?

2015-03-06 Thread felix
El 06/03/15 09:38, john escribió: I can tell you what I found to be hard to understand (and I don't think I do understand at the moment) that is how to set the HTML, the types, ID, and any of the special attributes of the object. I understand that I can sub-class but it's also my

Re: what do you think about django FORM system?

2015-03-06 Thread aRkadeFR
-validator i want your opinion my friends. talk to me please , what is your opinion about django form. every key to every locked *DREAM* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: what do you think about django FORM system?

2015-03-06 Thread john
. https://github.com/youngershen/django-laravel-validator i want your opinion my friends. talk to me please , what is your opinion about django form. every key to every locked *DREAM* -- You received this message because you are subscribed to the Google Groups "Django

Re: what do you think about django FORM system?

2015-03-06 Thread felix
i hack a small plugin . https://github.com/youngershen/django-laravel-validator i want your opinion my friends. talk to me please , what is your opinion about django form. I, definitevely, like django forms. They are easy to use and validation is similar to model validation. It just takes

Re: what do you think about django FORM system?

2015-03-06 Thread Tom Evans
validator of laravel is very easy to use and very clean > code , so i hack a small plugin . > > https://github.com/youngershen/django-laravel-validator > > i want your opinion my friends. talk to me please , what is your opinion > about django form. I prefer django forms to that

Re: what do you think about django FORM system?

2015-03-06 Thread aRkadeFR
, and validator of laravel is very easy to use and very clean code , so i hack a small plugin . https://github.com/youngershen/django-laravel-validator i want your opinion my friends. talk to me please , what is your opinion about django form. every key to every locked *DREAM

what do you think about django FORM system?

2015-03-06 Thread younger.shen
/youngershen/django-laravel-validator i want your opinion my friends. talk to me please , what is your opinion about django form. every key to every locked *DREAM* -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: Newbie question about Django and Python versions.

2014-09-08 Thread Andrey Consalter
Thanks Russ, that clarifies a lot! Nice to see guys like you helping newcomers! -- 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: Newbie question about Django and Python versions.

2014-09-08 Thread Russell Keith-Magee
Hi Andrey, On Tue, Sep 9, 2014 at 4:30 AM, Andrey Consalter wrote: > Hi there, > > I've been studying programming with Python 2.7 and Django 1.6, and a few > days ago Django 1.7 was release and with it, the new tutorial that I had > just started. > What you guys would

Re: Newbie question about Django and Python versions.

2014-09-08 Thread Michael A. Martin
Is anyone else trying out 1.7? I do a jython manage.py runserver 8080 and then it seems to want to render but isn't. > On Sep 8, 2014, at 1:30 PM, Andrey Consalter wrote: > > Hi there, > > I've been studying programming with Python 2.7 and Django 1.6, and a few days >

Newbie question about Django and Python versions.

2014-09-08 Thread Andrey Consalter
Hi there, I've been studying programming with Python 2.7 and Django 1.6, and a few days ago Django 1.7 was release and with it, the new tutorial that I had just started. What you guys would recommend? Keep working with my current environment or update it? How this updates work? How "deep" are

Re: Questions about Django email packages.

2014-06-27 Thread Chen Xu
Basically what I want to do for now, is just being able to send an email for example: a registration confirmation email, but later on, I might need to send emails in a monthly basis, or whenever we have some new features coming up, kinda like a scheduled email sendings. On Fri, Jun 27, 2014 at

Re: Questions about Django email packages.

2014-06-27 Thread Some Developer
On 27/06/2014 20:05, Chen Xu wrote: Hi Everyone, Any recommendations on Django email packages? Recently, I started looking at django-sitemessage, which looks pretty good to me. I wonder how it does comparing to others. Thanks -- ⚡ Chen Xu ⚡ -- What exactly do you want to do with this

Questions about Django email packages.

2014-06-27 Thread Chen Xu
Hi Everyone, Any recommendations on Django email packages? Recently, I started looking at django-sitemessage, which looks pretty good to me. I wonder how it does comparing to others. Thanks -- ⚡ Chen Xu ⚡ -- You received this message because you are subscribed to the Google Groups "Django

Question about Django Payment Processing Packages.

2014-05-27 Thread Chen Xu
Hi Everyone, I am building a marketing website, which allow people to buy and pay our product. I am looking for a good payment method that can do the job, I found out a lot of django payment processing package, and I also know there is a company called Stripe that has payment API. I am wondering

Re: About django round-up display function of time

2014-05-08 Thread hito koto
Thank you! 2014年5月7日水曜日 23時05分18秒 UTC+9 somecallitblues: > > I assume you're using datetime object in which case you have a look at > this SO answer > http://stackoverflow.com/questions/3463930/how-to-round-the-minute-of-a-datetime-object-python > > > On 7 May 2014 17:55, hito koto

Re: About django round-up display function of time

2014-05-07 Thread Mario Gudelj
I assume you're using datetime object in which case you have a look at this SO answer http://stackoverflow.com/questions/3463930/how-to-round-the-minute-of-a-datetime-object-python On 7 May 2014 17:55, hito koto wrote: > Hi , good afternoon! > > I want to the round-up

About django round-up display function of time

2014-05-07 Thread hito koto
Hi , good afternoon! I want to the round-up display function of time, how do i can do it , please help me!! (Django/Python) For example: 2, 09:30 minute = 09:40 09:15minute= 09:45 09:30minute= 10:00 09:31minute = 09:31 -- You received this message because you are subscribed to

Re: About Django CentOS Apache

2014-04-09 Thread Choro H
Thank you. this is my wsgi.py file: import os, sys sys.path.append("/var/www/html/ihtmks_test/test") os.environ.setdefault("DJANGO_SETTINGS_MODULE", "test.settings") import django.core.handlers.wsgi application = django.core.handlers.wsgi.WSGIHandler() from django.core.wsgi import

Re: About Django CentOS Apache

2014-04-09 Thread Daniel Roseman
On Wednesday, 9 April 2014 12:44:29 UTC+1, Choro H wrote: > > i have the following error, why? Please help me > ImportError: Could not import settings 'kanre.settings' (Is it on > sys.path? Is there an import error in the settings file?): No module named > kanre.settings > ImportError: Could

About Django CentOS Apache

2014-04-09 Thread Choro H
i have the following error, why? Please help me ImportError: Could not import settings 'kanre.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named kanre.settings ImportError: Could not import settings 'test.settings' (Is it on sys.path? Is there an

Re: Newbie question about django-cas

2014-02-19 Thread wasingej
The problem is fixed. Thanks esauro :) Jared -- 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 this group,

Re: Newbie question about django-cas

2014-02-19 Thread Esau Rodriguez
Hi there, you have to put the absolute url for CAS_SERVER_URL try CAS_SERVER_URL=http://login.oregonstate.edu-dev/login (or https) Regards, Esau Rodriguez. On Wed, Feb 19, 2014 at 6:04 PM, wasingej wrote: > Hello. > > I am trying to put together a little test

Re: Newbie question about django-cas

2014-02-19 Thread Tobias Ramos
try to set your login url to: http://127.0.0.1:8000/accounts/login while you testing. Tobias On 19 February 2014 15:04, wasingej wrote: > Hello. > > I am trying to put together a little test application which allows a user > to log in to a CAS server and then

Newbie question about django-cas

2014-02-19 Thread wasingej
Hello. I am trying to put together a little test application which allows a user to log in to a CAS server and then redirects them back to the site after they have logged in. I have followed the instructions on this page: https://bitbucket.org/cpcc/django-cas/overview. The URL for my

Questions about Django-socketio and uWsgi Nginx.

2014-02-18 Thread Chen Xu
I recently started a Django project that has a chatting feature, so I decided to use django-socketio. I am trying to setup my uWsgi and Nginx with django-socketio on EC2, but I have been struggling for a while. Not sure if SockerIOServer and uWsgi is are the right thing to use. I have posted a

Question about Django & Msyql-python for windows

2014-02-08 Thread anton
Hi, I am using Django 1.6.2 with: - python 2.7.6 - mysql-python-1.2.3 - and mysql 5.5.36) on windows 7 64 bit. I just saw that there is a MySQL-python-1.2.5.win32-py2.7.exe on https://pypi.python.org/pypi/MySQL-python/1.2.5 I tried it out but stumbled over the fact that the mysql

Re: Question about Django X_FRAME_OPTIONS setting

2014-01-08 Thread Chen Xu
d to set it via Django? Usually it's done via web-server > (nginx/apache/etc) > > What about Django - I think you can use HttpResponse object and update > header in default way: > response['X_FRAME_OPTIONS'] = "value" > > See additional examples here: > https://docs.djang

Re: Question about Django X_FRAME_OPTIONS setting

2014-01-08 Thread ernando
Hi Chen, Do you really need to set it via Django? Usually it's done via web-server (nginx/apache/etc) What about Django - I think you can use HttpResponse object and update header in default way: response['X_FRAME_OPTIONS'] = "value" See additional examples he

Re: Question about Django, Heroku, and MySQL

2014-01-07 Thread Mark Moss
Moreover, make sure that port 3306 is opened in the remote server to accept mysql connection. That's the easiest thing we sometimes overlook. - - Mark Check this *Instant Django Hosting *. No setup needed. Works

Re: Question about Django, Heroku, and MySQL

2014-01-07 Thread carlos
Hi you check this link https://devcenter.heroku.com/articles/getting-started-with-django maybe help you !! Cheers On Tue, Jan 7, 2014 at 1:17 PM, ET wrote: > Hi, > > I am currently attempting to deploy a basic Django app to Heroku. Ideally, > I would like to use a

Question about Django, Heroku, and MySQL

2014-01-07 Thread ET
Hi, I am currently attempting to deploy a basic Django app to Heroku. Ideally, I would like to use a remote MySQL db instead of Heroku's datastore. I have the app running locally, where it connects with the db fine. Does anyone have any pointers or tutorials on how to deploy this to Heroku?

Question about Django X_FRAME_OPTIONS setting

2014-01-07 Thread Chen Xu
Hi I have a question about Django X_FRAME_OPTIONS setting, I am wondering how to set X_FRAME_OPTIONS to allow from, and how to specify a list of hosts that are able to display my page in their frames? Thanks in advance -- ⚡ Chen Xu ⚡ -- You received this message because you are subscribed

Re: Question about django-boto and S3

2013-12-24 Thread Dig
Hi Xu, There are 2 solutions in my opinion: 1. makes your key public, you can do it in S3 admin console or by a CLI/API, 2. use generate_url() method on a boto.s3.key.Key object. please refer to *http://boto.readthedocs.org/en/latest/ref/s3.html

Question about django-boto and S3

2013-12-24 Thread Chen Xu
I have a private folder under a bucket, which stores all the images, and when I try to access to the image on the web for example: https://s3.amazonaws.com/bucket/folder/img.jpg;> it does not display, and gives my access denied error, I am wondering if there is a way using boto to generate a

Re: ABOUT DJANGO

2013-11-09 Thread Cal Leeming [Simplicity Media Ltd]
Hugar, Perhaps you could review the following; https://wiki.python.org/moin/BeginnersGuide/Download https://docs.djangoproject.com/en/dev/topics/install/ http://www.youtube.com/watch?v=rIVwVOpwpsA I found these by searching in Google for "how to install django" and "how to install python".

Re: ABOUT DJANGO

2013-11-09 Thread Nigel Legg
My apologies to everyone, though I have received similar replies in the past (not necessarily here). You are quite right, I should have asked for more information. Cheers, Nigel 07914 740972 On 9 November 2013 22:48, Russell Keith-Magee wrote: > > Nigel - that

Re: ABOUT DJANGO

2013-11-09 Thread Russell Keith-Magee
Nigel - that comment was in no way helpful. If you can't be helpful, please refrain from commenting. Glib comments like that one give the entire Django community a bad name. Hugar - it's very difficult to help without knowing what you've tried, what error messages you received, what operating

Re: ABOUT DJANGO

2013-11-09 Thread Nigel Legg
READ THE MANUAL. Cheers, Nigel 07914 740972 On 9 November 2013 18:39, HUGAR MANJUNATH Manjunath wrote: > HELLO , I AM NOT GETTING HOW TO INSTAL THE DJANGO AND PYTHAN ON OUR > MACHINE. > > -- > You received this message because you are subscribed to the Google Groups >

ABOUT DJANGO

2013-11-09 Thread HUGAR MANJUNATH Manjunath
HELLO , I AM NOT GETTING HOW TO INSTAL THE DJANGO AND PYTHAN ON OUR MACHINE. -- 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: Noobie questions about Django and Databases

2013-05-08 Thread Nate Aune
> What I had planned to "learn by doing", is building a site that scrapes > the prices of baseball bats from about 20 different websites and displays > the best price when a user searches based on the model of the baseball / > softball / teeball bat. > Check out the

Re: Noobie questions about Django and Databases

2013-05-06 Thread Brian Williams
Thanks Shawn, I am plugging my way through the docs and djangobook. I figured that I probably just hadn't come to it yet. Sometimes ADD gets the best of me and I just can't help but ask a question when something is on my brain. I appreciate the help, off to read the links you sent. Brian

Re: Noobie questions about Django and Databases

2013-05-06 Thread Shawn Milochik
In that case, you'd just add a 'model number' field to your table. In the Django ORM, each Model instance relates to a table. So you aren't going to want to have more than one to write your code against. Just read through these two pages and everything should make sense:

Noobie questions about Django and Databases

2013-05-06 Thread Brian Williams
t scrapes the prices of baseball bats from about 20 different websites and displays the best price when a user searches based on the model of the baseball / softball / teeball bat. My goal is to just really learn more about Django and interacting with databases. I am pretty green on databases. My

Re: question about django tutorial

2013-04-30 Thread Mark Lybrand
Try: python manage.py syncdb If you have set up the rest of your project with the admin stuff, then this should create the tables for you. Then run python manage.py runserver again. Mark :) On Tue, Apr 30, 2013 at 1:45 PM, Christopher Spears wrote: > Hi! > > I am a

question about django tutorial

2013-04-30 Thread Christopher Spears
Hi! I am a Django newbie, so please bear with me. I am working on part 2 of the Django tutorial. I started my server with the following: python manage.py runserver Then I logged into my admin site. Earlier in the tutorial, I had created a model called Polls. I selected Polls from the

How many sites about Django like djangoXXX?

2013-02-10 Thread Jingqiang Zhang
As far as I know: - https://www.djangoproject.com/ - http://www.djangosites.org/ - http://www.djangobook.com/ - https://www.django-cms.org/ - http://djangolinks.com/ - http://djangosnippets.org/ - http://djangostars.com/ - http://geodjango.org/ Any others? -- You

a problem about django-grappelli

2012-10-29 Thread Scarl
After I use django-grappelli, the admin site looks very nice. But when I enter /admin/diary/day, and add something, it looks terrible. It shows left side only! I want it to

Re: question about django-admin.py

2011-12-25 Thread Daniel Roseman
On Sunday, 25 December 2011 15:03:38 UTC, Chen Xu wrote: > > No, I made a mistake in my previous email: > It generates something like: > > project/ > __init__.py > manage.py > settings.py > urls.py > project/ > __init__.py > wsgi.py > settings.py >

Re: question about django-admin.py

2011-12-25 Thread Karen Tracey
On Sun, Dec 25, 2011 at 10:03 AM, Chen Xu wrote: > It seems like some changes have been made to the most recent django > version? Yes. See: https://docs.djangoproject.com/en/dev/releases/1.4/#updated-default-project-layout-and-manage-py Karen -- http://tracey.org/kmt/ --

Re: question about django-admin.py

2011-12-25 Thread Chen Xu
No, I made a mistake in my previous email: It generates something like: project/ __init__.py manage.py settings.py urls.py project/ __init__.py wsgi.py settings.py urls.py It seems like some changes have been made to the most recent django

Re: question about django-admin.py

2011-12-25 Thread 软刀
I don't know why u get this I run it well maybe u can reinstall it -- 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 to

question about django-admin.py

2011-12-25 Thread Chen Xu
Hi, everyone: Does anyone run the following command recently: django-admin.py startproject project It does not create what the django document says: it creates somehting like: project/ __init__.py manage.py settings.py urls.py project/ __init__.py manage.py

Re: 2 questions about Django

2011-12-14 Thread Ivo Brodien
> 1) Can I make a site like this one (http://www.tamarawobben.nl) with > Django. > Till now I find no solution which I can have different numbers of > articles on pages. Yes, of course you can. You can almost do anything with Django as django to put it simply mainly will output HTML Code which

2 questions about Django

2011-12-14 Thread roelof
Hello, 1) Can I make a site like this one (http://www.tamarawobben.nl) with Django. Till now I find no solution which I can have different numbers of articles on pages. The only thing I want to change is a collapse year/month menu 2) Does anyone know if I can work with Django on my shared

Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-08-27 Thread Cal Leeming [Simplicity Media Ltd]
Bloody thing, had to send it directly to the list cos it doesn't have the option of bulk inviting people. How annoying :X Anyone who didn't receive the invite email, please let me know. Cal On Sat, Aug 27, 2011 at 9:50 PM, Cal Leeming [Simplicity Media Ltd] <

Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-08-27 Thread Cal Leeming [Simplicity Media Ltd]
Nope, we're allowed up to 100 attendees per time slot, and we are at 55 at the moment, so feel free to register for both. On Sat, Aug 27, 2011 at 9:46 PM, william ratcliff < william.ratcl...@gmail.com> wrote: > Any problem if we register for both? > > > On Sat, Aug 27, 2011 at 4:33 PM, Cal

  1   2   3   >