Help

2019-08-14 Thread Tosin Ayoola
Hallo guyz, working on a blog project with the functionality that requires working with, calendar , something like having a event manager, to fix a reminder for a particular date & I don't have idea how to do that, hoping anyone can help Thanks -- You received this message because you are

Re: Django parameters

2019-08-14 Thread Derek
You're better off adopting an existing CMS built on top of Django, and checking how close its feature set matches your needs. If there is a gap, then contact the developers to see how that gap could be closed. Some examples:. https://www.django-cms.org/en/features/list/ or

Re: Help

2019-08-14 Thread Rana Sarkar
You can install flatpikker then calendar declare On Wed, Aug 14, 2019, 13:55 Tosin Ayoola wrote: > Hallo guyz, working on a blog project with the functionality that requires > working with, calendar , something like having a event manager, to fix > a reminder for a particular date & I

Saving files to a specific folder in rest api

2019-08-14 Thread Suraj Thapa FC
How can i save multiple files? With rest api in a specific folder -- 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

Re: Regarding to Correction my error

2019-08-14 Thread Manzur Alahi
> > 1. you are naming the dictionary ***context2 then you are also assigning a > key named ***context2 that is probably creating a confusion maybe you > should try changing the name of the dictionary > 2. unless you require exact key-values in your view i suggest you consider passing a list

Can't run manage.py

2019-08-14 Thread MATTHEW GODSTIME
The error displayed is ' couldn't import Django I'm sure if it's install or in my python path or if forget to activate my virtual environment' I have Django installed and activate my virtualenv were it was installed activated before the installation , I also have the path of the bin file in

Re: Model form will not display in the URL assigned

2019-08-14 Thread Jonathan Villavicencio
Hello!, change the " of the fields of the Meta class to ' in the class Busines..(forms.ModelForm) El mié., 14 ago. 2019 a las 12:38, Kean () escribió: > Hi, > > New to Django, I'm trying to create a form which means user can update in > the browser and it gets stored in the database, however my

Channels: launching a custom co-routine from SyncConsumer

2019-08-14 Thread Dan Merillat
I have an application that's 99% using the ORM and database work so it is using SyncConsumer. However, I have one minor part that needs to use a timer, and I cannot get it to work for the life of me. In an AsyncConsumer, I can use asyncio.ensure_future(self.coroutine()) to start a timer. In

Re: Using Django to generate static websites

2019-08-14 Thread Mike Dewhirst
On 14/08/2019 11:15 pm, mor...@nidelven-it.no wrote: Hi. I'm looking into static site generators written in Python, and django was suggested. Is there a way to generate a website with 5 pages, which has a good base design, is accessible, responsive and doesn't bog down the browser on a

RQ not picking up tasks

2019-08-14 Thread Mukul Mantosh
Hi, I have a serious issue which occurs very rarely. I was running RQ workers and it was picking up tasks smoothly. Suddenly i increased the numprocs in supervisor configuration from 2 to 3 and i restarted the supervisor. After that restart no tasks are getting picked by the RQ worker. This

Saving files with rest apu

2019-08-14 Thread Suraj Thapa FC
How to save multiple files in a specific folder without using models in a rest api -- 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

Re: Regarding to Correction my error

2019-08-14 Thread Manzur Alahi
For image: use *** src = "{{course.img.url}}" for the horizontal list issue, that seems to be an issue with html or css styling, sorry to say i'm not good with these things. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Storing credentials in the DB

2019-08-14 Thread Lance Haig
Thanks for the response, Thanks for the tips I will investigate this. Regards Lance On 12.08.19 15:23, Sundararajan Seshadri wrote: If I understand is right, user stores the credentials in a database, say A and another application, probably using a different database B wants to use the

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
Hi, closed down instance django running deleted db.sqlite3 run python3 manage.py makemigrations run python3 manage.py migrate all exceptions were handled and migrate file created. checked in admin on ‘myowndbase'…error still appears. Best, On 14 Aug 2019, at 19:35, Tosin Ayoola wrote: >

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
Hi, Thanks for the help, it is making progress I think. Since deleting and recreating, I now have a different error. Please see below: OperationalError at /admin/accounts/businessownercreate/ no such table: accounts_businessownercreate Request Method: GET Request URL:

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread RONAK JAIN
Okay, so please conect with me on teamviewer... On Thu, 15 Aug 2019, 00:23 Kean, wrote: > Hi, > > closed down instance django running > deleted db.sqlite3 > run python3 manage.py makemigrations > run python3 manage.py migrate > > all exceptions were handled and migrate file created. > >

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
HI Ronak, Ok, please can you guide me through how to do this, I have team viewer? Thanks, Kean On 14 Aug 2019, at 20:12, RONAK JAIN wrote: > Okay, so please conect with me on teamviewer... > > On Thu, 15 Aug 2019, 00:23 Kean, wrote: > Hi, > > closed down instance django running > deleted

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread RONAK JAIN
I think , getting same error.. On Thu, 15 Aug 2019, 00:43 Kean, wrote: > Hi, > > Thanks for the help, it is making progress I think. > Since deleting and recreating, I now have a different error. > > Please see below: > > OperationalError at /admin/accounts/businessownercreate/ > > no such

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread RONAK JAIN
I need your id and password On Thu, 15 Aug 2019, 00:45 Kean, wrote: > HI Ronak, > > Ok, please can you guide me through how to do this, I have team viewer? > > Thanks, > > Kean > On 14 Aug 2019, at 20:12, RONAK JAIN wrote: > > Okay, so please conect with me on teamviewer... > > On Thu, 15 Aug

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread RONAK JAIN
So you can conect with me on hangout... On Thu, 15 Aug 2019, 00:47 RONAK JAIN, wrote: > I need your id and password > > On Thu, 15 Aug 2019, 00:45 Kean, wrote: > >> HI Ronak, >> >> Ok, please can you guide me through how to do this, I have team viewer? >> >> Thanks, >> >> Kean >> On 14 Aug

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
Ive sent Teamviewer details On 14 Aug 2019, at 20:18, RONAK JAIN wrote: > So you can conect with me on hangout... > > On Thu, 15 Aug 2019, 00:47 RONAK JAIN, wrote: > I need your id and password > > On Thu, 15 Aug 2019, 00:45 Kean, wrote: > HI Ronak, > > Ok, please can you guide me

Re: Regarding to Correction my error

2019-08-14 Thread RONAK JAIN
Thanks for help... On Wed, Aug 14, 2019 at 7:27 PM Manzur Alahi wrote: > For image: use *** src = "{{course.img.url}}" > > for the horizontal list issue, that seems to be an issue with html or css > styling, sorry to say i'm not good with these things. > > -- > You received this message because

Oportunidade Desenvolvedor(a) Python

2019-08-14 Thread Riane Amorim
*Luiza Labs - Laboratório de TI e Inovação do Magazine Luiza * Procuramos profissionais com experiência para fazer parte dos times que compõe a Squad Fidelização. Nossa missão é ser o matching perfeito entre nossos melhores clientes com industria/sellers entregando benefícios para todos os

Using Django to generate static websites

2019-08-14 Thread mor...@nidelven-it.no
Hi. I'm looking into static site generators written in Python, and django was suggested. Is there a way to generate a website with 5 pages, which has a good base design, is accessible, responsive and doesn't bog down the browser on a low-end smartphone? Without much work. I also posted about

operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
Hi, I'm new to django and python. I created a database, but Every time I access my database on the backend, I get the no such column exists error. I cant understand how a column i didn't create, exists in the database, and is preventing dbase management. I have attached s.shot of the error.

Model form will not display in the URL assigned

2019-08-14 Thread Kean
Hi, New to Django, I'm trying to create a form which means user can update in the browser and it gets stored in the database, however my form wont appear in the browser. please see setup: URLS.py path('Business register/Business management/Admin/Add new business', views.addnewbusiness,

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Tosin Ayoola
Did u do d python manage.py makemigrations, python manage.py migrate, that d main cause of diz type of errors On Aug 14, 2019 18:32, "Kean" wrote: Hi, I'm new to django and python. I created a database, but Every time I access my database on the backend, I get the no such column exists error.

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
Hi, Thanks for response. I have tried to migrate several times. shell response from django is ‘No migrations to apply” Not sure if this is a bug in Django? Best, K On 14 Aug 2019, at 19:12, Tosin Ayoola wrote: > Did u do d python manage.py makemigrations, python manage.py migrate, that d

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread RONAK JAIN
Hey, could you delete your migrations files and again try to create makemigrations and migrate... Thanks On Wed, Aug 14, 2019 at 11:45 PM Kean wrote: > Hi, > > Thanks for response. I have tried to migrate several times. > shell response from django is ‘No migrations to apply” > > Not sure if

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread RONAK JAIN
If you will not get please let me know, I will help you on Teamviewer... On Wed, Aug 14, 2019 at 11:48 PM RONAK JAIN wrote: > Hey, could you delete your migrations files and again try to create > makemigrations and migrate... > > > > Thanks > > On Wed, Aug 14, 2019 at 11:45 PM Kean wrote: > >>

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Kean
Hi, It seems when django runs the make migrations procedure, if there are no migrations to make, it does not create a migrate file, I’m not sure if this is because there is nothing to migrate, subsequently nothing to report, so no folder or reports get generated. this is big assumption of

Re: operational error no such column: accounts_businessownercreate.id

2019-08-14 Thread Tosin Ayoola
Wat I normally do is 2 delete my sqlite.db file and all d migration file in d migration , then I run the python manage.py makemigrations, migrate to create a new db file, try that and it will definitely wrk On Aug 14, 2019 18:32, "Kean" wrote: Hi, I'm new to django and python. I created a