value of checkbox aren't saved in the form

2017-05-31 Thread farah_chaaban
i am a beginner with Django. I don''t know what the problem with the value of checkbox. When i enter to the saved form the value of checkbox aren't save.The image is here . Please I need your help, I loose too much time on this. This is my forms.py: *class

Please help two dependent list check boxes

2017-05-29 Thread farah_chaaban
I am a beginner with django. I don't have any idea how to create a two dependent list of check boxes. I mean when i check a box a second list on checkbox appears. When I click on a second checkbox a new list of checkbox appears. I didn't find anything related on google. I don't know how to creat

Re: TemplateDoesNotExist for django-registration (but it does)

2017-05-13 Thread farah_chaaban
Hello i have the same problem. please help me -- 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, s

django registration issues

2017-05-12 Thread farah_chaaban
I am trying to download registration application from github but i have some problems: - git clone https://github.com/macropin/django-registration.git - python install setup.py - i copied the registration folder to my project folder Than : *Url.py* from django.conf.urls import * from django.c