Re: How to run the django development environment?

2020-01-26 Thread Kasper Laudrup
Hi Aakansha, On 26/01/2020 17.02, aakansha jain wrote: Oh, sorry I didn't have any idea about that. I was initially making this new thread. But it was not creating. So, that's why I thought to ask in other threads. A basic understanding of how email/mailing lists work could probably be

Re: help on pinax_referrals

2020-01-26 Thread Kasper Laudrup
Hi Tosin, On 26/01/2020 20.37, Tosin Ayoola wrote: halo guyz i'm trying to implement pinax_referrals in my django project but now l'm getting this error at the template page, after using these {% loadpinax_referrals_tags%} " {% create_referralobject.get_absolute_urlobject%} can any one

Re: add icmp test

2020-01-26 Thread Gil Obradors
Of course, as pure python https://stackoverflow.com/a/10402323 Missatge de paulo milo escano del dia dg., 26 de gen. 2020 a les 16:41: > can django support ping test, such as using subprocess module > > -- > You received this message because you are subscribed to the Google Groups > "Django

Re: Error: Not able to create table using models (Backend mysql)

2020-01-26 Thread Drashti_ Learning_ins
On Tuesday, August 28, 2018 at 1:20:16 PM UTC+5:30, Sonali Vighne wrote: > > > I am getting this error > > raise MigrationSchemaMissing("Unable to create the django_migrations table > (%s)" % exc) > django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create > the

Re: How to run the django development environment?

2020-01-26 Thread Antje Kazimiers
If you want to contribute to django, this README has detailed step-by-step instructions to get the environment running and links to find tickets to work on: https://github.com/carltongibson/dcus2019sprints#getting-set-up-with-the-code It's been written by Carlton Gibson, who gave a talk about

Re: How to run the django development environment?

2020-01-26 Thread Motaz Hejaze
You dont know how to run django development environment and you want to contribute to django project !!! On Sun, 26 Jan 2020, 6:03 pm aakansha jain, wrote: > Oh, sorry I didn't have any idea about that. I was initially making this > new thread. But it was not creating. > So, that's why I

Re: How to run the django development environment?

2020-01-26 Thread aakansha jain
Oh, sorry I didn't have any idea about that. I was initially making this new thread. But it was not creating. So, that's why I thought to ask in other threads. On Sunday, January 26, 2020 at 12:37:44 AM UTC+5:30, Kasper Laudrup wrote: > > Hi Aakansha > > On 25/01/2020 19.49, aakansha jain

add icmp test

2020-01-26 Thread paulo milo escano
can django support ping test, such as using subprocess module -- 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

Re: Hosting a django website

2020-01-26 Thread Laser Clinque
You can use any modern cpanel or directadmin panel. I am using the stablepoint and hosting many django sites. On Saturday, 25 January 2020 23:42:13 UTC+5, Perceval Maturure wrote: > > dear all > 1.what is the best way to host a django website on a shared host that you > are not sudo? > 2.is

Re: Hosting a django website

2020-01-26 Thread Motaz Hejaze
there are many solutions 1 - Amazon Web Services 2 - DigitalOcean 3 - Heroku 4 - Pythonanywhere.com ‪On Sun, Jan 26, 2020 at 12:30 PM ‫אורי‬‎ wrote:‬ > Personally I host droplets on digitalocean, you have root and sudo but > it's some effort to setup the server. Starting from $5/month. > אורי

Re: Hosting a django website

2020-01-26 Thread אורי
Personally I host droplets on digitalocean, you have root and sudo but it's some effort to setup the server. Starting from $5/month. אורי u...@speedy.net On Sat, Jan 25, 2020 at 8:41 PM Perceval Maturure wrote: > dear all > 1.what is the best way to host a django website on a shared host that

Re: Hosting a django website

2020-01-26 Thread Nick Sarbicki
It depends on the shared host. Shared hosts generally only have installed a set of standard tools which they decide on. This may or may not include things like python (2 or 3) and other requirements you need. A lot of the time as a result it does not prove possible to run a Django site on shared