Re: safe perfect and reliable app for verification email

2017-04-15 Thread Camilo Torres
Hi, Here are some: https://www.google.com/search?q=django+email+verification On Saturday, April 15, 2017 at 8:22:21 AM UTC-4, shahab emami wrote: > > hello > I want to verify user's email while user is registering . > > can you introduce me a few safe perfect and reliable app for verification

Re: Automatic reverse migrations

2017-04-15 Thread Camilo Torres
Hi, May both of you try to implement "blue-green deployments", and switch only if all tests are OK. You may also be interested in running a test deployment in a testing environment prior to production. Don't know of a solution integrated into django. On Friday, April 14, 2017 at 2:26:51 PM

Re: Activating VirtualEnv on Windows

2017-04-15 Thread Camilo Torres
Hi. Try to run the .bat. May be it is a documentation error? On Friday, April 14, 2017 at 2:04:42 PM UTC-4, Lorenz Schümann wrote: > > Hey, newbie here. > I've followed the instructions on > https://docs.djangoproject.com/en/1.11/intro/contributing/ regarding > Virtualenv. And at the point

Re: getting error "Project matching query does not exist."

2017-04-15 Thread Camilo Torres
Hi, I agree with Ludovic in "your application may be badly installed". But it is very hard to tell what is going wrong without actually knowing what your app should show (what view function) for URL path /brickly/home I cannot tell you what view is that without knowing about your code nor your

Re: Permissions in views

2017-04-15 Thread Camilo Torres
Hi, Confirmed with Django 1.11, Python 3.4.3. I strongly think this is a case you can report in bug tracker. Please tell if you will do. I have been trying to find some time to test this since I read your message. On Wednesday, April 12, 2017 at 4:12:30 AM UTC-4, Meiyer wrote: > > Just yesterday

Re: Project layout

2017-04-15 Thread Simon McConnell
I came across this in my reading. I'm only just starting to learn django so don't know the reason it does it. As I understand it the first clientmgmtsystem is actually

Re: Bootstrap Tabs not working with Forloop rendered content

2017-04-15 Thread Richard Jackson
I've actually found a workaround, but if anyone has any thoughts on this I'd be interested to hear them! Rich On 15 April 2017 at 21:14, Richard Jackson wrote: > Hi everyone, > > Having a Bootstrap/jQuery with Django issue so hope that someone might be > able to help. > >

Re: Ignoring empty forms in a formset

2017-04-15 Thread Carlos Jordán
its works El jueves, 26 de abril de 2012, 8:25:42 (UTC+2), Martin Tiršel escribió: > > Thanks, form.has_changed() seems to be the way. But I don't understand the > empty_permitted attribute, it is usable only with ModelForm? I am using the > formset only for mass form processing not for

Show HTML tags in list in Django template

2017-04-15 Thread Moreplavec
Greetings, i'm trying to parse HTML website and present same basic info about it. I'm using BeuatifulSoup4 and Python3. Code is simple, but i have problem to force Django template show variables in my list. For example this simple code in template: {{ tags_hx }} > Tags H1 - H7 >

Bootstrap Tabs not working with Forloop rendered content

2017-04-15 Thread Richard Jackson
Hi everyone, Having a Bootstrap/jQuery with Django issue so hope that someone might be able to help. I'm rendering a part of my page to make a Bootstrap 'tab' (docs: link here ) - however the content under the first heading isn't

Re: Dynamic Selector with Django/Jquery

2017-04-15 Thread m712 - Developer
You can create a URL in your application to which your AJAX code will send the details and the amount of items it wants and your application will return the items in JSON format. Take a look at https://docs.djangoproject.com/en/1.11/topics/db/queries/ to learn about how to filter and limit your

Re: method's name in MIDDLEWARE

2017-04-15 Thread m712 - Developer
You should take a look at https://docs.djangoproject.com/en/1.11/topics/http/middleware/#process-view It is not a reserved keyword but simply a function that is called by the Django middleware system. On Apr 15, 2017 4:47 PM, shahab emami wrote:hello i want to learn

method's name in MIDDLEWARE

2017-04-15 Thread shahab emami
hello i want to learn MIDDLEWARE in django . i created this: class SimpleMiddleware(object): def process_request(self, request): print("") and i added in settings.py. then as you probably know i see "%%" in console with every click. that is the exact thing

Re: Displaying lists with restricted number of products with Jquery

2017-04-15 Thread ludovic coues
Slicing a list like you are trying to do is calling a pagination. Django have a few tools for dealing with this problem. Here is a link to the documentation: https://docs.djangoproject.com/en/1.11/topics/pagination/ If you have any trouble using it, don't hesitate to ask for more details :)

Displaying lists with restricted number of products with Jquery

2017-04-15 Thread anonymouscodar
I am using jquery to present a number of products as per user's selection on "Show" dropdown menu. If user selects to get 9, 12, 16 or 20 products per page it should show accordingly in my list view. Following is the code for HTML: Show: 9

safe perfect and reliable app for verification email

2017-04-15 Thread shahab emami
hello I want to verify user's email while user is registering . can you introduce me a few safe perfect and reliable app for verification email? thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop