Where to deploy django application

2021-11-29 Thread Eugene TUYIZERE
Dear Team, This is just for advice. I would like to know any other hosting provider that uses GitHub to update the app like we do on Heroku. Thank you -- *Eugene* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
You can try out digital ocean or Amazon AWS. But digital ocean is cheap if you want to start, you can start at $5. On Mon, Nov 29, 2021, 14:19 Eugene TUYIZERE wrote: > Dear Team, > > This is just for advice. > > I would like to know any other hosting provider that uses GitHub to update > the app

Re: Where to deploy django application

2021-11-29 Thread Eugene TUYIZERE
Can you please share with the documentation how deploy on Amazon AWS with Github? On Mon, 29 Nov 2021 at 11:05, Lakshyaraj Dash X-D 25 < dashlakshyaraj2...@gmail.com> wrote: > You can try out digital ocean or Amazon AWS. But digital ocean is cheap if > you want to start, you can start at $5. > >

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
Here's the official documentation : https://aws.amazon.com/blogs/devops/automatically-deploy-from-github-using-aws-codedeploy/ On Mon, Nov 29, 2021, 14:46 Eugene TUYIZERE wrote: > Can you please share with the documentation how deploy on Amazon AWS with > Github? > > On Mon, 29 Nov 2021 at 11:05

Developing django apps in jupyter

2021-11-29 Thread 'MH' via Django users
Hi everyone I have built a few django apps, but on a very basic level and only for my own usage. Little helpers for self management. So far I just used vi(m). Now I tried out jupyter for the first time. Looks great and thanks to a few links from Google I could also load the django kernel in jup

Django Chat Application

2021-11-29 Thread GCiTek Dev
Can i get best package or refrences for chatboat & chatbox -- 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 view thi

How to get a variable from an ajax request and use it in another application in Django?

2021-11-29 Thread kayhan
How to get a variable from an ajax request and use it in another application in Django? -- 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...

Re: dja...@googlegroups.com

2021-11-29 Thread Bernard Mallala
This is a very open ended comment but I will take a stab at it. To build a blood bank management solution, you will need to dabble in supply chain and leverage blockchain to uniquely track each transfusion through the supply chain, to the bank and delivery to the recipient vein. This is a big and

Re: Developing django apps in jupyter

2021-11-29 Thread kayhan
Hi, I am using the free version of Paycharm. VS code is also good and is smaller than Paycharm. On Mon, Nov 29, 2021 at 4:53 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only for my > own usage. Li

Re: Django Chat Application

2021-11-29 Thread carlos
Channels ? https://channels.readthedocs.io/en/stable/ On Mon, Nov 29, 2021 at 7:35 AM GCiTek Dev wrote: > Can i get best package or refrences for chatboat & chatbox > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from th

Re: Developing django apps in jupyter

2021-11-29 Thread carlos
the quick answer NO, no use jupyter for developing django, better search a IDE like Visual Code, or sublime text text editor https://code.visualstudio.com/ #free https://www.sublimetext.com/ # free https://www.jetbrains.com/es-es/pycharm/ On Mon, Nov 29, 2021 at 7:40 AM kayhan wrote: > Hi,

Re: Developing django apps in jupyter

2021-11-29 Thread Lakshyaraj Dash X-D 25
I use visual studio code and pycharm both ides On Mon, Nov 29, 2021, 18:52 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only for my > own usage. Little helpers for self management. So far I just used

Re: Developing django apps in jupyter

2021-11-29 Thread Md Rana Sarkar
You can create virtualenv and use VS code . That's the free and better IDE for Django or any other web development. On Mon, Nov 29, 2021 at 7:23 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only fo

Re: dja...@googlegroups.com

2021-11-29 Thread Benjamin Schollnick
Why would you need to use blockchain technology, other than to simply check a checkbox and use a buzz word? - Benjamin > On Nov 29, 2021, at 1:37 AM, Bernard Mallala wrote: > > This is a very open ended comment but I will take a stab at it. > To build a blood bank management solution

Re: Developing django apps in jupyter

2021-11-29 Thread Vikas Sri
I recommend Pycharm, it makes development fast, helps in debugging and what not. On Mon, Nov 29, 2021 at 8:34 PM Md Rana Sarkar wrote: > You can create virtualenv and use VS code . That's the free and better > IDE for Django or any other web development. > > On Mon, Nov 29, 2021 at 7:23 PM 'MH'

Formulár s našeptáváním a předvyplněním údajů

2021-11-29 Thread Stanislav Vasko
Zdravím, potřeboval bych poradit, nebo nakopnout na správný směr, jak řešit následující problém. Mám aplikaci, která obsahuje data o produktech, vše v modelu Product. Z toho potřebuji vytvořit nabídku pro klienta. Ta se skládá z košilky běžných prvků jako email, telefon apod., ale zároveň do na

Re: Developing django apps in jupyter

2021-11-29 Thread Lalit Suthar
I use vscode On Mon, 29 Nov 2021 at 21:40, Vikas Sri wrote: > I recommend Pycharm, it makes development fast, helps in debugging and > what not. > > On Mon, Nov 29, 2021 at 8:34 PM Md Rana Sarkar > wrote: > >> You can create virtualenv and use VS code . That's the free and better >> IDE for Dja

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
Was the documentation helpful ? You can prefer this django playlist also : https://youtube.com/playlist?list=PLK8cqdr55Tsv-D2HMdrnD32oOVBNvmxjr On Mon, Nov 29, 2021, 15:05 Lakshyaraj Dash X-D 25 < dashlakshyaraj2...@gmail.com> wrote: > Here's the official documentation : > https://aws.amazon.com/

Re: Where to deploy django application

2021-11-29 Thread Lakshyaraj Dash X-D 25
It's advisable that don't directly deploy it from GitHub as your secret key will be public to the GitHub community. On Mon, Nov 29, 2021, 14:19 Eugene TUYIZERE wrote: > Dear Team, > > This is just for advice. > > I would like to know any other hosting provider that uses GitHub to update > the ap

Re: Developing django apps in jupyter

2021-11-29 Thread Satyajit Barik
I use sublime text with python kite, that's very light weight and very flexible to use. > On 29-Nov-2021, at 10:52 PM, Lalit Suthar wrote: > >  > I use vscode > >> On Mon, 29 Nov 2021 at 21:40, Vikas Sri wrote: >> I recommend Pycharm, it makes development fast, helps in debugging and what

Re: Where to deploy django application

2021-11-29 Thread Jet Ezra
Digital ocean even becomes easier, I love both anyways On Mon, Nov 29, 2021 at 11:50 AM Eugene TUYIZERE wrote: > Dear Team, > > This is just for advice. > > I would like to know any other hosting provider that uses GitHub to update > the app like we do on Heroku. > > Thank you > > -- > *Eugene*

Re: Developing django apps in jupyter

2021-11-29 Thread Kasper Laudrup
On 29/11/2021 14.22, 'MH' via Django users wrote: My two questions are: 1. Do you use juypter for django development? No and I've never heard of it, but now I have. Thanks. 2. If not, which editor or free IDE do you use? I use Emacs with Elpy (https://elpy.readthedocs.io/). There are some

Re: How to get a variable from an ajax request and use it in another application in Django?

2021-11-29 Thread David Nugent
A little more context would help, "use it in another application" is a little vague. The backend the API request and can pretty much do anything you need in the corresponding view at that point but should endeavour to return an appropriate response ASAP. On Tue, Nov 30, 2021 at 12:35 AM kayhan wr

Greeting

2021-11-29 Thread Joystick studios
Hi -- 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 view this discussion on the web visit https://groups.google.com

Issue in rendering of Inline forms on Django Admin site

2021-11-29 Thread 'Andrea Arighi' via Django users
Good evening, I am encountering a weird bug when rendering Inline forms on the "Add" view of a ModelAdmin. Here is a minimum example with Django version 2.2.4 - - - - - - - in models.py: class MyModel(models.Model): text = models.CharField(max_length=100) class RelatedModel(models.Model):

Re: Greeting

2021-11-29 Thread Stijn Verholen
And hello to you too. On 29/11/2021 17:07, Joystick studios wrote: Hi -- 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

Django help needed URGENTLY!!!!

2021-11-29 Thread Kay TV
Hi everyone. Can anyone please help. I have a Django project which i want to distribute as a Windows executable file. What do I do please? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails