Customizable Invoice

2018-02-01 Thread Rakhee Menon
Hi All,
I want to create a customized invoice format wherein the user can drag and 
drop the fields ,add columns delete columns save it and print the invoice ie
 I want to create a backend solution for storing the information about the 
invoices once any changes are done in the invoice format.
For instance a customer might change the fontsize of any column, add any 
column or one might change the position of their company name etc..and I 
want to store the changed positions and save it in the database ie  I want 
to create an editable invoice in all ways.
Can anyone help me with it?


Thanks & Regards  ,
> Rakhee
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cad7544d-96a3-40b5-9904-5f4e2e55812c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django

2018-02-01 Thread carlos
path is call from django.urls
https://github.com/django/django/blob/master/django/urls/conf.py
you need use Django 2.0.x and python3 for work path

Cheers

On Thu, Feb 1, 2018 at 7:09 PM, Jung Hoon Park  wrote:

> Hi Rocha,
> There is "from django.urls import path" statement on the top.
> Does it mean that path function is defined somewhere, not in this urls.py
> file?
>
> 2018년 2월 2일 금요일 오전 7시 52분 15초 UTC+9, sacrac 님의 말:
>>
>> To create a URLconf in the polls directory, create a file called urls.py.
>> Your app directory should now look like:
>>
>> On Wed, Jan 31, 2018 at 8:42 PM, Jung Hoon Park 
>> wrote:
>>
>>> Hello, I am studying Django for my new project.
>>> I am confronting very basic problem.
>>> In Tutorial Part1. Request and Response, Django Documentation, following
>>> sorce code is there.
>>>  But I cannot find path function in "~/django.urls" directory.
>>> Can a function be imported which has no defintion in "from location"?
>>>
>>>
>>> polls/urls.py
>>>
>>> from django.urls import path
>>> from . import views
>>> urlpatterns = [
>>> path('', views.index, name='index'),]
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/django-users/0e088428-2daa-4ce1-b089-95e30d129948%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> att.
>> Carlos Rocha
>>
> --
> 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, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/7a133978-4696-4d44-a13a-665d9f4f4661%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
att.
Carlos Rocha

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO36CrSEhY53iXTEMnnC_USFvzTbhoEE4Js9uiZa4EAM1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django

2018-02-01 Thread Jung Hoon Park
Hi Rocha,
There is "from django.urls import path" statement on the top. 
Does it mean that path function is defined somewhere, not in this urls.py 
file?

2018년 2월 2일 금요일 오전 7시 52분 15초 UTC+9, sacrac 님의 말:
>
> To create a URLconf in the polls directory, create a file called urls.py. 
> Your app directory should now look like:
>
> On Wed, Jan 31, 2018 at 8:42 PM, Jung Hoon Park  > wrote:
>
>> Hello, I am studying Django for my new project.
>> I am confronting very basic problem. 
>> In Tutorial Part1. Request and Response, Django Documentation, following 
>> sorce code is there.
>>  But I cannot find path function in "~/django.urls" directory.
>> Can a function be imported which has no defintion in "from location"?
>>
>>
>> polls/urls.py
>>
>> from django.urls import path
>> from . import views
>> urlpatterns = [
>> path('', views.index, name='index'),]
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/0e088428-2daa-4ce1-b089-95e30d129948%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> att.
> Carlos Rocha
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7a133978-4696-4d44-a13a-665d9f4f4661%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javascript transpilers

2018-02-01 Thread Mike Dewhirst

On 2/02/2018 12:54 AM, Jason wrote:

https://caniuse.com/#feat=wasm


 IIRC wasm is not polyfillable or transpilable, so if you're targeting 
users on any of those red cells, then wasm is not for you.


Agreed. I think it is interesting anyway but I already decided it is not 
within my event horizon.





--
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, send email to django-users@googlegroups.com 
.

Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/19bbbae1-eac0-4fea-b6f2-a1c72cfdb471%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1f24a791-1a13-ecd8-f97c-6d5118ef8d41%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


Re: Django

2018-02-01 Thread carlos
To create a URLconf in the polls directory, create a file called urls.py.
Your app directory should now look like:

On Wed, Jan 31, 2018 at 8:42 PM, Jung Hoon Park 
wrote:

> Hello, I am studying Django for my new project.
> I am confronting very basic problem.
> In Tutorial Part1. Request and Response, Django Documentation, following
> sorce code is there.
>  But I cannot find path function in "~/django.urls" directory.
> Can a function be imported which has no defintion in "from location"?
>
>
> polls/urls.py
>
> from django.urls import path
> from . import views
> urlpatterns = [
> path('', views.index, name='index'),]
>
> --
> 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, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/0e088428-2daa-4ce1-b089-95e30d129948%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
att.
Carlos Rocha

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAM-7rO3Ww3WPSs6DOD6md53-4qpO0rmJkfKyAQe6LhzAG3Axfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Gttyyy

2018-02-01 Thread Harish Soni
Hii

On 01-Feb-2018 10:46 PM, "Stephanie Torres"  wrote:

> Hy
>
> --
> 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, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/f5f86180-5257-4998-8605-48a10e7351e0%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMOFmomKmOVecsoFroF2XPKZC%3D9Pgffzu7L6D5%3De37%2BngLB4dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Newbie - Microservice in Django - Best place to start learning

2018-02-01 Thread pratibha sharma
Hi,

I have created 2 example websites in Django i.e. Voting and event booking 
systems. 
I want to learn to create microservice in Django. I took below example for 
it.

Service will 
1. take data from UI (it will send it in JSON format), 
2. store data in DB(MySQL)
3. Send Data to a device (in JSON format)

My mind is flooded with questions like 
how UI and service with communicate? 
how can service communicate to device? etc.

I am not sure where should I start and how to create the design for this 
work. I am new in microservice and some experience in django.

Please guide 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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/22b02827-8404-4218-9f49-a0117c4d2bc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Gttyyy

2018-02-01 Thread Stephanie Torres
Hy

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f5f86180-5257-4998-8605-48a10e7351e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Bokeh Server via Django Tutorial

2018-02-01 Thread Saba Arife Bozpolat
Is there a youtube video lecture series or any other lecture series to 
follow?

On Wednesday, November 8, 2017 at 8:11:54 PM UTC+3, Jonathan Bennett wrote:
>
> I created a tutorial that demonstrates how to create and host a Django 
> Website that serves interactive Bokeh Server plots.
>
> The github repository is here:
> https://github.com/KonoAnalytics/BokehDjango
>
> The website is here, although I don't intend to keep this up permanently:
> http://45.33.6.39/
>
> Please consider taking it for a spin and giving me any feedback you may 
> have.
>
> Thanks,
> Jonathan
>
> -- 
>
> Jonathan Bennett
> Kono Analytics
> p: 713.489.4338
> w: konoanalytics.com
>   
>   
>     
> 
>
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6800ebf6-de1c-46c2-96ad-4a9199525839%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Django

2018-02-01 Thread Jung Hoon Park
Hello, I am studying Django for my new project.
I am confronting very basic problem. 
In Tutorial Part1. Request and Response, Django Documentation, following 
sorce code is there.
 But I cannot find path function in "~/django.urls" directory.
Can a function be imported which has no defintion in "from location"?


polls/urls.py

from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),]

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0e088428-2daa-4ce1-b089-95e30d129948%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Simple table construct?

2018-02-01 Thread Andy
You could use Djangos geo features to calculate distances.
https://docs.djangoproject.com/en/2.0/ref/contrib/gis/

Am Mittwoch, 31. Januar 2018 15:40:41 UTC+1 schrieb MikeKJ:
>
> This should be real simple but it has me scratching where to start
>
> Distance/Time between 2 place like
>
> Distance
> A   B C
> A 05  10
>
> B 50  5  
>
> C 10  5   0
>
> Time
>
>   A   B   C
> A0   12
>
> B1   01
>
> C2   1 0
>
> I want to input a start and end get the distance and time between the 2 
> selected points.
>
> I could junk the Time section and just divide by an average speed to get 
> time if that simplifies
>
> Trying to think on what the model(s) would be like to get the data in the 
> first place
>
> Be grateful for any input
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/42e87be2-aea3-4f32-b2e7-b9d95f796566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javascript transpilers

2018-02-01 Thread Jason
 https://caniuse.com/#feat=wasm


 IIRC wasm is not polyfillable or transpilable, so if you're targeting 
users on any of those red cells, then wasm is not for you.


-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/19bbbae1-eac0-4fea-b6f2-a1c72cfdb471%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Travis Problem

2018-02-01 Thread Andy
Hi,

im trying to convince Travis to test my app:
https://github.com/kakulukia/django-secrets

But its failing for all python3 versions. Because my system python 3 is 
3.6.4 i just installed pyenv, created a 3.6.3 (latest python 3.6 at Travis) 
virtualenv and ran the tests. On my local system they are working, but 
travis reports problems and i dont really know how to fix them when the 
tests are not failing locally.

Does sombody have a clue, whats wrong here?

Weird evough: now that i pushed a new commit (not relating python code 
though) two confgigurations do pass the tests:
https://travis-ci.org/kakulukia/django-secrets/

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/01cb4387-5ad1-4d24-9ae4-42a2b83c7ab1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: django-vue

2018-02-01 Thread Andy
I made a project template that is already configured to use vue and a lot 
more.
https://github.com/kakulukia/django-default-project


Am Mittwoch, 31. Januar 2018 12:55:48 UTC+1 schrieb Mohammad ariyan bin 
layek:
>
> Hii guys is there any good resouce to integrate django with vue ?
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f80ea528-3e04-49e4-8c13-2a39d7d35ec8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Customizable Invoice

2018-02-01 Thread Rakhee Menon
Hi Andreas,

Yeah you are right I want to create a backend solution for storing the 
information about the invoices once any changes are done in the invoice 
format.
For instance a customer might change the fontsize of any column, add any 
column or one might change the position of their company name etc..and I 
want to store the changed positions and save it in the database ie  I want 
to create an editable invoice in all ways.


Thanks Once Again
> Regards  ,
> Rakhee
>

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cfaa0e5c-06d4-40c1-bdde-3f378aed9a0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django-hotsauce: Current status and roadmap

2018-02-01 Thread Etienne Robillard

Hi,

Actually, I want to benchmark the WSGI application/handler of Django 2.0.1.

And, I want to compare the Gevent loop engine with python based poll/epoll .

Do i really need to setup django with uwsgi to make theses tests/benchmarks?


Etienne


Le 2018-01-31 à 19:02, Etienne Robillard a écrit :


Hi,

Any ideas of good python library for benchmarking standalone Django 
2.0 http server?


Thanks in advance,

Etienne


Le 2018-01-31 à 07:38, Etienne Robillard a écrit :


Hi Avraham,


Le 2018-01-31 à 06:35, Avraham Serour a écrit :

Why do you call it microframework?


Because it still depends mostly on the core Django API.

You should prove it is high performance, benchmark, measure, compare 
and show some cool graphs


All right. I'm planning to benchmark the following:

Django-hotsauce 0.8.2 with Cython extensions
Django-hotsauce 0.8.2 with CPython 3.7
Django-hotsauce 0.8.2 with ZODB database
Django-hotsauce 0.9.0 with PyPy 5.9
Django-hotsauce 0.9.0 with CPython 3.7
Django-hotsauce 0.9.0 with ZODB database
Django 1.11.7 with SQLite database
Django 1.11.7 with CPython 3.7
Django 1.11.7 with PyPy 5.9
Django 2.0.1 with SQLite database
Django 2.0.1 with CPython 3.7
Django 2.0.1 with PyPy 5.9



I already have a Django project, is it a drop in replacement?


Technically, it is a full-scale web microframework on top of Django. 
You still need to install Django to run Django-hotsauce.


My project uses python 3.6 while you only have experimental support 
for 3.5. I'm not going back, you should have already experimental 
support for 3.7 at least


I don't expect huge differences between python 3.5 and 3.7. I will 
try to update in order to make cool benchmarks. :)


Many thanks for your input!

Etienne



On 31 Jan 2018 12:35, "Etienne Robillard" > wrote:


Hi everyone,

This is a quick post to present the current state of development
in Django-hotsauce, a high-performance and scalable WSGI
microframework on top of Django and others.

Django-hotsauce has now reached the 0.9 milestone. New major
features now supported includes:

  * uWSGI support with Gevent loop engine
  * Full ZODB databases support through the Schevo DBMS
  * OAuth2 authentication and authorization support with
thread-local request storage based on Werkzeug
  * Experimental PyPy 5.9 and CPython 3.5 support
  * Backward compatibility with Django 1.4 and Django 1.11

What should be done next? How can Django-hotsauce attract a
larger audience?


Best regards,

Etienne



-- 
Etienne Robillard

tkad...@yandex.com 
https://www.isotopesoftware.ca/ 

-- 
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, send email to
django-users@googlegroups.com
.
Visit this group at https://groups.google.com/group/django-users
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/680aff87-b96d-7a55-4515-a1762e02f5de%40yandex.com

.
For more options, visit https://groups.google.com/d/optout
.

--
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, send email to django-users@googlegroups.com 
.

Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tLoNEdTwg39nWdR2N6XxQN4PLy%2BpWve0UwKwakJen1FAA%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
Etienne Robillard
tkad...@yandex.com
https://www.isotopesoftware.ca/
--
You received this message because you are subscribed to the Google 
Groups "Django hotsauce" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to django-hotsauce+unsubscr...@googlegroups.com 
.
To post to this group, send email to django-hotsa...@googlegroups.com 
.
To view this 

Re: querying multiselectcheckbox

2018-02-01 Thread Andy
Once you fixed the typo in your model name its 
Participants.objects.filter(track_events__in=['100M', 
'200M']).values_list('Full_name')

And you should use single case for model name (Participant) and lower case 
for full_name as you did with the other attributes. 

-- 
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a31e79e1-4b35-4dba-901d-bd93a2d48068%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javascript transpilers

2018-02-01 Thread Mike Dewhirst

On 30/01/2018 6:33 PM, Andréas Kühne wrote:
If you are using django in the "normal" way - you should just be able 
to add the message to the messages contrib package. Then the message 
should show when saving? Because when you click on the save button you 
should post your form and that method should (when successful) add the 
message?


Thank you Andréas. That works nicely. I hadn't used it before.

Mike


--
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, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6c0a237e-45f0-1e3c-207a-12390ef3dbbe%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.