as_* helpers (e.g. as_p as_div) for display (read "not in a form")

2022-12-14 Thread Sam Brown
Hello, I've used the as_p helper in the Forms to get success, however I'd love to use a similar helper for display purposes. The main feature I like is that the as_p helper allows me to build a template quickly and I can change the model as needed and not have to update the template. Does any

RE: Django deployment on local host

2022-12-14 Thread Mike Dewhirst
The essential difference between local and remote is how you access the website.You need all the same resources including web server, database server etc but you might need a local DNS so local users can find the server by name.You can always test using hosts files on the test machines so they c

Change default table name

2022-12-14 Thread NIRAJ VIVEK
Hello all, Is there any way to change all default table name created by django. like auth_group to something else Thank 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,

Django deployment on local host

2022-12-14 Thread Tinashe Mphisa
I have been looking for clear article or video on how to deploy Django on local server with no luck. i would appreciate it if I can get a link or any kind of help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group