Hi all,
For my side project, we have the need to rapidly iterate on the app's copy. As
I see it, we have two options: make copy db-driven, or hardcode it into the
templates. I'm leaning toward putting text in the db for now to avoid having to
teach our product guy the intricacies of commits and
The problem with that, if I'm understanding correctly, is that a
person who is meant to be an employee can easily choose the employer
option. I want to add permissions such that an employer can see
employee profiles while the employee can't (a separate form might add
a tiny bit more security, I t
On 20/01/2012 3:33am, Brian Schott wrote:
That might work for a public folder in a user's home directory, but I
was looking for a mechanism that doesn't involve gutting all security
or relying on users to correctly set permissions our groups.
As Tom said, it is difficult. And making things worl
I don't think you need two different login forms, it looks more like a
UserProfile with field in it saying something like
EMPLOYEE_CHOICES = (
(1, 'employer'),
(2, 'employee'),
)
employee_type = models.IntegerField(choices=EMPLOYEE_CHOICES)
2012/1/19 Jesramz :
> I would like to separate
On Wed, Jan 18, 2012 at 1:03 AM, Salvatore Iovene <
salvatore.iov...@gmail.com> wrote:
> Hi,
> I apologize for the lousy title, but I really didn't know how to summarize
> the problem I'm facing. I have the following model:
>
> class MessierMarathon(models.Model):
> messier_number = models.Int
Each user nominates just one Messier number/image pair?
Do you need to keep track of the users to verify that each one votes only
once?
On Wed, Jan 18, 2012 at 4:03 AM, Salvatore Iovene <
salvatore.iov...@gmail.com> wrote:
> Hi,
> I apologize for the lousy title, but I really didn't know how to
On 19-01-12 16:39, girish shabadimath wrote:
Hi all,
I wanted to use html5 in my website so downloaded
django-html5boilerplate
(https://github.com/HowlingEverett/django-html5boilerplate).Now, I am
getting following error when I run "python manage.py runserver". Page
loads without any error, but g
I would like to separate users into two different groups, employer or
employee, at signup. I think the usual approach is to make two
different sign-up forms one for the employer group and another for the
employee group. I'm currently using django-userena. What would I have
to do to get this working
I would like to wrap Symposion into an architecture that permits
multiple Symposion "installs" (multi-site) on the one domain.
Symposion is the conference project built with Pinax which is used by
large Python conferences including PyCon and DjangoCon.
I would like to create a project providing t
No problem. You will likely use the form objects in your template, I just
chose to create my own form in HTML.
Since the 'views.Login' is a string, you don't need to import it. It just
tells Django which view to pass the request to when that url pattern is
found. The ^ means the beginning of the u
On Thu, Jan 19, 2012 at 4:33 PM, Brian Schott wrote:
> That might work for a public folder in a user's home directory,
> but I was looking for a mechanism that doesn't involve gutting
> all security or relying on users to correctly set permissions our
> groups. I could tolerate adding a key to a
Job Description
To provide a senior development role within the department and
support / develop junior members of the team
To ensure the availability of business critical systems
To maintain and monitor website(s) & admin systems including;
- System monitoring via Nagios and M
That might work for a public folder in a user's home directory, but I was
looking for a mechanism that doesn't involve gutting all security or relying on
users to correctly set permissions our groups. I could tolerate adding a key
to a user .ssh/authorized_keys file that gives www-data user
co
Hi all,
I wanted to use html5 in my website so downloaded django-html5boilerplate (
https://github.com/HowlingEverett/django-html5boilerplate).Now, I am
getting following error when I run "python manage.py runserver". Page loads
without any error, but gives following 404 errors in terminal:
error:
you either use your own MTA (e.g. postfix) or you use a third party such as
Amazon SES for which there is a Django application:
https://github.com/hmarr/django-ses
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the
Hi,
i have completed the tutorials for Django...
Unfortunately, as I've only been learning python/django for about 1
week now. I'm a little stuck
i would like to make an internal webform (at work, run from my
computer - or a new one if successful) that basically people fill in
to request mat
On Thu, Jan 19, 2012 at 2:08 PM, Krondaj wrote:
> Hi,
>
> I was wondering what the best IDE to use for Python / Django would
> be?
>
> I am currently using Geany, but i'm sure there is a better (hopefully
> free) one out there!?!
>
This topic comes up once per week, there is no correct answer, us
*** Everyone, please DO NOT reply to this thread. ***
Krondaj, feel free to search the archives for similar threads. This
question has been asked an answered at least a dozen times.
Cheers,
André Terra
On Thu, Jan 19, 2012 at 12:08 PM, Krondaj wrote:
> Hi,
>
> I was wondering what the best ID
Hi,
I was wondering what the best IDE to use for Python / Django would
be?
I am currently using Geany, but i'm sure there is a better (hopefully
free) one out there!?!
Regards,
Chris
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to
Well if i understand you correctly for production you need one email server
may be google apps or Microsoft any one can help you.
Also if you wana check at your local there is POSTFIX just google around
you will get many articles about configuring it.
In this case you don't need to write your emai
On 01/19/2012 01:45 PM, Chen Xu wrote:
but I dont want to use gmail account to send emails on production.
you're leaving one thing out from your question, what do you want to use
instead?
Check your web host, many webhosts provides smtp service.
--
You received this message because you are
Hi,
There's Amazon SES http://aws.amazon.com/ses/
On Thu, Jan 19, 2012 at 12:07 PM, Daniel Roseman wrote:
> On Thursday, 19 January 2012 02:45:09 UTC, Chen Xu wrote:
>
>> Hi, everyone:
>>
>> Could someone please give some suggestions about how to set up email
>> sending settings on production.
On Thursday, 19 January 2012 02:45:09 UTC, Chen Xu wrote:
>
> Hi, everyone:
>
> Could someone please give some suggestions about how to set up email
> sending settings on production.
>
> I know on local, you can do either:
> python -m smtpd -n -c DebuggingServer localhost:1025
>
> EMAIL_BACKEND =
23 matches
Mail list logo