Quick question, is there a good billing and invoicing app, that anyone can
point me to?
Thanks all!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/cg8sQs
Is there an {% endblock footer %} ?
--
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
django-users+unsubscr...@googlegroups.com.
For
source: http://djangosnippets.org/snippets/847/
from django.contrib.auth.models import User, Group
from django.utils.encoding import force_unicode
from django import template
Missing anything?
Would I have to use 'register = template.Library()' ?
--
You received this message because you are s
What would I have to import to use the following snippet (source:
http://djangosnippets.org/snippets/847/)?
@register.filter
def in_group(user, groups):
"""Returns a boolean if the user is in the given group, or comma-
separated
list of groups.
Usage::
{% if user|in_group:"Fr
>you just make your choice in the backend depending what your database says
Would I have to go into the admin myself? (please, I have the mind of
a four year-old)
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email
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
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
Here it is again:
https://github.com/wtrevino/django-djobberbase/wiki
On Dec 31, 12:39 am, Jesramz wrote:
> I found something promising https://github.com/wtrevino/
> django-djobberbase/wiki">Djobberbase. In case this helps anybody
> else.
>
> On Dec 30,
I found something promising https://github.com/wtrevino/
django-djobberbase/wiki">Djobberbase. In case this helps anybody
else.
On Dec 30, 2:10 am, Jesramz wrote:
> Thank you Denis! django-userena seems great. Im glad I asked for
> advice.
>
> Im a noob so I dont quite get
nis.
>
> On Tue, Dec 27, 2011 at 8:58 PM, Jesramz
> wrote:
>
>
>
>
>
>
>
> > Hello All,
>
> > I would like to create a job search project a lot like monster or
> > indeed.
>
> > Does anyone have any resources such as other projects or rep
Hello All,
I would like to create a job search project a lot like monster or
indeed.
Does anyone have any resources such as other projects or repositories
similar to what I'm looking for that can push me in the right
direction? Or any advice whatsoever would also be appreciated.
I am planning on
Which of these is best suited to work with django?
--
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
django-users+unsubscr...@google
Is your url pointing to (http://127.0.0.1:8080/admin/) ?
--
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
django-users+unsubscr...
13 matches
Mail list logo