Re: Django has Future?

2020-12-13 Thread Stephen L
What? How can you look in your local area and determine the future of a framework? Here's how to tell a future of a framework: - Stars on GitHub - Tickets / issues being taken care of - Job search boards (globally) If you search python + web development you'll get requirements for django and flas

Re: Help in designing excel like sheet in Django/python

2020-04-10 Thread Stephen L
Hello, Django is a web framework that uses python in the backend. You will need JS to build the spreadsheets in the browser. You can use a library like handsontable. On Fri, Apr 10, 2020, 8:32 PM s.patel wrote: > Hi All: > I need advice on how to design spreadsheet like screen using > pytho

Re: deploy to Heroku " collectstatic --noinput "

2019-05-27 Thread Stephen L
This is a migration problem https://groups.google.com/forum/#!topic/django-users/M-C6cZ8S4r4 https://stackoverflow.com/questions/42613536/django-programming-error-column-does-not-exist-even-after-running-migrations always run migrations before committing to heroku, but you can also run it on her

Re: Changing Admin Interface in Django

2019-04-11 Thread Stephen L
You can look at JET. It's not like that, but it does look much better than Django's out of box admin interface. https://github.com/geex-arts/django-jet On Thu, Apr 11, 2019 at 11:58 AM Aayush Bhattarai wrote: > *Hey Buddy, Can I change my Django Interface. I don't like such interface > and I w