Re: db selection from login form (a multi db app)

2019-05-12 Thread acheraime
Why would you need a db/fiscal year? Sent from my iPhone > On May 12, 2019, at 4:53 PM, Taimoor Qureshi > wrote: > > Im quiet new to django. and working on a project of Accounting app in which i > want separate db for each fiscal year. so at the time of login their will be > a drop-down

Re: ReportLab or Xhtml2pdf Please can any one guide me to convert the rendered in html to pdf

2019-04-19 Thread acheraime
ReportLab is better then Xhtml2pdf but the former has a considerable learning curve the latter is easy to use but css get messy. Specifically css3. Did you try weasyprint? — Adolphe Sent from my iPhone > On Apr 19, 2019, at 2:10 PM, Irfan Khan wrote: > > hi, > i stucked in converting the pdf

Re: New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread acheraime
Very interesting! Good job. Is this module supported in 1.11? Sent from my iPhone > On Mar 31, 2018, at 3:18 PM, George Silva wrote: > > From Reading the readme this looks promising. > > Congrats! > > I might use this soon. > > Em sáb, 31 de mar de 2018 15:50,

Re: Chart library for django

2017-03-06 Thread acheraime .
In one of my project I've used django-nvd3 ( https://github.com/areski/django-nvd3). It's a python/django abstraction layer to d3.js. On Mon, Mar 6, 2017 at 12:03 PM, Melvyn Sopacua wrote: > On Monday 06 March 2017 12:04:16 Vijay Khemlani wrote: > > > Rendering

Re: Single Page Application in Django

2016-03-07 Thread acheraime .
Django Rest Framework. A powerful framework to build REST API on top of Django. Here's the link http://www.django-rest-framework.org/ On Mon, Mar 7, 2016 at 9:19 AM, Bob Gailer wrote: > > On Mar 7, 2016 7:04 AM, "Avraham Serour" wrote: > > > > DRF > I'll

Re: SWFL Django users

2014-07-08 Thread acheraime
I'm in Bradenton / Sarasota Sent from my iPhone > On Jul 8, 2014, at 6:12 AM, Larry Martell wrote: > >> On Tue, Jul 8, 2014 at 12:07 AM, Janelle O'Dea wrote: >> Anybody in Southwest Florida who uses Django? > > I am in Venice. > > -- > You

Re: Django Signal DataBase Change on Template

2013-08-01 Thread acheraime
Hi, Flot is your friend. Http://flotgraphs.org Sent from my iPhone On Aug 1, 2013, at 10:54 AM, Saif Jerbi wrote: > I'm building a GPS Tracking System using Django, i should have a grid on my > template that display real time information of cars (position,vitesse,

Re: flot not working when page is served by Django

2013-04-28 Thread acheraime
I'm experiencing the same issue. Would be great if someone could help fix it. Sent from my iPhone On Apr 28, 2013, at 6:17 PM, mplumb wrote: > Hi all, > > I'm trying to get any simple flot graph to display at this point. my > index.html template file is as shown

Re: Happy new year

2013-01-01 Thread acheraime
Happy new year from Miami FL Sent from my iPhone On Jan 1, 2013, at 1:36 AM, Master Jacob wrote: > Happy new year from TEXAS! > > On Dec 31, 2012 11:49 PM, "JOSE LUIS FABREGA" wrote: >> Feliz año nuevo, desde venezuela >> >> ¡Le deseamos lo

Re: Converting Django app into a Desktop app

2012-12-18 Thread acheraime
Use a module like tastiepy develop your desktop client in your preferred language and have it communicate to django via REST. Sent from my iPhone On Dec 18, 2012, at 1:43 PM, Jonas Geiregat wrote: > > >> Hi >> >> I am very comfortable with Django, and I was wondering