Thought about using Google Analytics for that?
[]'s
Lucas Magnum.
2016-01-22 13:02 GMT-02:00 Xristos Xristoou :
> hello,
>
>
> i want to know how many people view my site and how many view one to one
> my posts specific.
> my site is simple i have two templates one w
Have you changed your urls.py?
https://docs.djangoproject.com/en/1.9/howto/static-files/#serving-static-files-during-development
[]'s
Lucas Magnum.
2015-12-07 21:45 GMT-02:00 Gary Roach :
> While I'm working with "Tango with Django" I am using Django 1.8 and
>
{% for user in object_list %}
{{ user.id }}
Number of assets: {{ user.assets_set.count }}
{% endfor %}
[]'s
Lucas Magnum.
2014-02-03 hykyd :
> My problem is simple: I have **Users** who own **Ass
Timothy,
The "get_context_data" is called in *get* method, once you override it
"get_context_data" isn't called anymore.
You can see in
http://ccbv.co.uk/projects/Django/1.4/django.views.generic.edit/CreateView/
[]'s
Lucas Magnum.
2013/11/22 Timothy W. Cook
Rename the attribute "mode" to *model* in the ChoiceInline.
[]'s
Lucas Magnum.
2013/10/23 Adrian Paul Ciobanita
> Hello, i've been playing with Django 1.5.4 for some TDD tutorials,
> examples, and tried to also do the tutorial :
> https://docs.djangoprojec
Robin,
RequestContext, includes TEMPLATE_CONTEXT_PROCESSORS results.
request is a result of "django.core.context_processors.request".
https://docs.djangoproject.com/en/dev/ref/templates/api/#subclassing-context-requestcontext
[]'s
Lucas Magnum.
2013/8/16 Robin Lery
>
https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax
[]'s
Lucas Magnum.
2013/7/26 Lucas Magnum
> Are you passing crsf_token in ajax post?
>
> []'s
>
> Lucas Magnum.
>
>
> 2013/7/26 heni yemun
>
>> Hi,
>> I'm trying to g
Are you passing crsf_token in ajax post?
[]'s
Lucas Magnum.
2013/7/26 heni yemun
> Hi,
> I'm trying to get a django project interact with ajax based site. The
> problem is that when i use the send function to send a POST data
> asynchronously the django app returns a 5
Hi Tom,
Maybe I can help you.
Skype: lmagnum92
[]'s
Lucas Magnum.
2013/6/14 Tom Russell
> I am having some issues saving data from a form and not sure why since it
> was working just yesterday.
>
> Could someone take a look offline to give me some feedback on what I
Try: python manage.py syncdb if you already put 'django.contrib.admin' in
your INSTALLED_APPS (settings.py file).
[]'s
Lucas Magnum.
2013/5/27 Shashwat Srivastava
> The "python manage.py startapp polls" command doesnt create a admin.py
> file inside polls. I
e "confirm" and when user
submit a form, the object will be delete.
[]'s
Lucas Magnum.
2013/5/16 tony gair
>
> I'm making a cbv with django braces
>
> I'm wanting to delete a record with a confirm form , does anyone know of
> an exampple to show me
Remove the
os.path.join(PROJECT_PATH, 'static'),
>From staticfiles_dir by default this already included.
[]'s
Lucas Magnum.
2013/2/10 Satinderpal Singh
> I am trying to configure the static files for my project by following the
> Django guide https://docs.django
12 matches
Mail list logo