error in urlconf

2010-09-25 Thread CarloRatm
http://pastebin.com/aY6tZm6j What's wrong with that code ? Thank you, cheers -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to dja

Trying to make a POST call to a Django view

2016-05-02 Thread carloratm
hello everyone, I am a frontend developer studying Django, so please forgive my noobish question... I am trying to make a simple ajax call working. I have a form in a template. I would like to use that form to save an object into the database (asynchronously). On form submit event: * I prevent r