Re: Replay your Django app

2024-10-03 Thread Henry Yates
Error Tracking Software | Sentry <https://sentry.io/welcome/> or both? > And they both have a free plan. > > On Wed, 2 Oct 2024 at 22:12, Henry Yates > wrote: > >> https://retracesoftware.com allows you to record and replay your Django >> app. It is a massive ti

Re: Replay your Django app

2024-10-03 Thread Henry Yates
> Best regards > > 2 Eki 2024 Çar 19:44 tarihinde Ravindra Magar şunu > yazdı: > >> Yes. Interested. >> >> On Wed, Oct 2, 2024, 7:37 PM Henry Yates >> wrote: >> >>> https://retracesoftware.com allows you to record and replay your Django >>&g

Re: Replay your Django app

2024-10-03 Thread Paulo Ouana
Hi Henry, I’m interested. Cheers, Paulo Ouana E-mail: pauloc.ou...@gmail.com Cel: +258 82 918 5494 Henry Yates escreveu em qua., 2/10/2024 às 16:12 : > https://retracesoftware.com allows you to record and replay your Django > app. It is a massive time saver, enabling you to investigat

Re: Replay your Django app

2024-10-02 Thread Abdul Qoyyuum Haji Abdul Kadir
r both? And they both have a free plan. On Wed, 2 Oct 2024 at 22:12, Henry Yates wrote: > https://retracesoftware.com allows you to record and replay your Django > app. It is a massive time saver, enabling you to investigate bugs and flaky > tests with perfect reproducibility. > >

Re: Replay your Django app

2024-10-02 Thread Can Okay
Hi Henry, I am interested this project. Can you show a demo? Can Okay Best regards 2 Eki 2024 Çar 19:44 tarihinde Ravindra Magar şunu yazdı: > Yes. Interested. > > On Wed, Oct 2, 2024, 7:37 PM Henry Yates > wrote: > >> https://retracesoftware.com allows you to record a

Re: Replay your Django app

2024-10-02 Thread Ravindra Magar
Yes. Interested. On Wed, Oct 2, 2024, 7:37 PM Henry Yates wrote: > https://retracesoftware.com allows you to record and replay your Django > app. It is a massive time saver, enabling you to investigate bugs and flaky > tests with perfect reproducibility. > > We have an ini

Replay your Django app

2024-10-02 Thread Henry Yates
https://retracesoftware.com allows you to record and replay your Django app. It is a massive time saver, enabling you to investigate bugs and flaky tests with perfect reproducibility. We have an initial user group. Members get a free for life licence in return for feedback. We have a couple

High level design of Serverless Django app with Zappa

2024-01-19 Thread w h
Hi, I am migrating my manual lambda python serverless backend to the Django framework and going to deploy it with Zappa onto AWS lambda. Please that if anyone knows and can share if this is a good approach and any difficulties I may be facing. -- You received this message because you are subsc

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Peter Benjamin Ani
Where are you hosting? On Thu, 24 Aug 2023 at 22:37, ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variable? Did you > forget to activate a

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread ivan harold
Try following these https://www.freecodecamp.org/news/deploying-a-django-app-to-render/ On Friday, August 25, 2023 at 9:00:08 PM UTC+8 Abdulrahman Abbas wrote: > Are you using virtual environment? > > On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate > wrote: > >> Hello fa

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread ivan harold
https://www.freecodecamp.org/news/deploying-a-django-app-to-render/ On Friday, August 25, 2023 at 9:00:08 PM UTC+8 Abdulrahman Abbas wrote: > Are you using virtual environment? > > On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate > wrote: > >> Hello family some help i have th

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Abdulrahman Abbas
Are you using virtual environment? On Thu, Aug 24, 2023, 22:37 ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variable? Did you > forget to

Help on Error while deploying a django app on render.

2023-08-24 Thread ALINDA Fortunate
Hello family some help i have this error Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? Aug 25 12:28:30 AM ==> Build failed 😞 Yet this is my requirements

Re: Where to include libraries I write in a django app

2023-03-14 Thread Scott McKissock
y └── views.py > ​ > > If the utility grows and becomes useful across a range of apps and > deployments you might then consider breaking it out into its own python > package that could be installable independently of the original Django app. > > Brian > > > On Saturd

Re: Where to include libraries I write in a django app

2023-03-13 Thread bck...@gmail.com
python package that could be installable independently of the original Django app. Brian On Saturday, March 11, 2023 at 4:04:10 PM UTC-8 Scott McKissock wrote: > Django/Python noob question. What is the convention for including utility > packages/modules within a django app? > >

Where to include libraries I write in a django app

2023-03-11 Thread Scott McKissock
Django/Python noob question. What is the convention for including utility packages/modules within a django app? I have a bit of code that will only be used in a single django app, and I'd like to write tests for it and use it within the app. Should I just put it in a directory/package i

Re: Tutorial Django app, part 1

2023-01-24 Thread 'Kasper Laudrup' via Django users
On 24/01/2023 12.14, javier lopez wrote: I'm new with Django. Trying to code te sample of tutorial i got the error that shows in the images. Python version 3.11.1 and 3.9 too. Same error. Anyone can help me? Both errors are mentioned in the tutorial at https://docs.djangoproject.com/en/4.1/

Tutorial Django app, part 1

2023-01-24 Thread javier lopez
I'm new with Django. Trying to code te sample of tutorial i got the error that shows in the images. Python version 3.11.1 and 3.9 too. Same error. Anyone can help me? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Hosting Django App

2022-11-08 Thread Sebastian Jung
Hello Mh, it is relative easy. You need a root access to a linux server in internet. Here is a very good tutorial how to setup: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-22-04 If you have problems then write you on which ste

Re: Hosting Django App

2022-11-08 Thread Abdulrahman Abbas
Try hosting on heroku On Tue, Nov 8, 2022, 16:58 Mh Raffi wrote: > Hi, > I Am trying to host my app with postgres and railway. > But I am not able to understand the concept. Due to it i deleted > db sqlite. > Is there any other option or anybody can help me to host a project. > > Thanks & Regard

Hosting Django App

2022-11-08 Thread Mh Raffi
Hi, I Am trying to host my app with postgres and railway. But I am not able to understand the concept. Due to it i deleted db sqlite. Is there any other option or anybody can help me to host a project. Thanks & Regards Mohammed Raffi.J -- You received this message because you are subscribed to t

Re: Deploy django app on railway

2022-10-31 Thread Percy Masekwameng
Lakshyaraj Dash, wrote: > I'm having troubles in using django app on railway ie after deployment I > get csrf token validation error even if my forms are protected with csrf > tokens. > Please anyone fix this problem. > > -- > You received this message because you are subsc

Deploy django app on railway

2022-10-31 Thread Lakshyaraj Dash
I'm having troubles in using django app on railway ie after deployment I get csrf token validation error even if my forms are protected with csrf tokens. Please anyone fix this problem. -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Django app deployment on Heroku

2022-09-18 Thread Luciano Martins (luxu)
Use pipenv? I've seen errors like these for those who use it... Em domingo, 18 de setembro de 2022 às 13:15:27 UTC-3, dashlaksh...@gmail.com escreveu: > Why do you want to deploy on heroku ??? If you've the premium > subscription, you can use it or else use railway or render to deploy app. > >

Re: Django app deployment on Heroku

2022-09-18 Thread Lakshyaraj Dash
Why do you want to deploy on heroku ??? If you've the premium subscription, you can use it or else use railway or render to deploy app. On Fri, Sep 16, 2022, 15:00 Wilford Chidawanyika wrote: > Good day. > > l need help on how to deploy my django project on Heroku > > l am getting the below erro

Re: Django app deployment on Heroku

2022-09-18 Thread Joel Wembo
Seem like to get to have root certificate from your computer On Friday, September 16, 2022 at 5:29:55 PM UTC+8 shodza...@gmail.com wrote: > Good day. > > l need help on how to deploy my django project on Heroku > > l am getting the below error when l push heroku master > > Processing > /C:/Windo

Django app deployment on Heroku

2022-09-16 Thread Wilford Chidawanyika
Good day. l need help on how to deploy my django project on Heroku l am getting the below error when l push heroku master Processing /C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi remote:ERROR: Could not install package

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
they app is almost complete, i'm only migrating from heroku to railway, it not new app On Thu, Sep 15, 2022 at 10:04 PM Percy Masekwameng < percymasekwameng...@gmail.com> wrote: > Hi I don't know much about deploying, I'm still a newbie > > There is an option to deploy a template, use it to deplo

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
that wat i did before and it still giving me same error, i had to comment it out DATABASES = { "default": dj_database_url.config(default=DATABASE_URL, conn_max_age=1800), } On Thu, Sep 15, 2022 at 9:55 PM Mohammad Anarul wrote: > You can follow the github repo > https://github.com/mohammadanar

Re: help on how to deploy django app on railway "

2022-09-15 Thread Percy Masekwameng
Hi I don't know much about deploying, I'm still a newbie There is an option to deploy a template, use it to deploy a Django template So normally I'd deploy a Django template which railway also create a repository(if you linked your Github), Postgresql database for that template and so clone the r

Re: help on how to deploy django app on railway "

2022-09-15 Thread Mohammad Anarul
You can follow the github repo https://github.com/mohammadanarul/railway-action.git On Fri, Sep 16, 2022, 2:32 AM ola neat wrote: > hallo guys, > so i'm having issue deploying my django on railway but once the deployment > is complete the app crash with this err > > > raise ImproperlyConfigured(

help on how to deploy django app on railway "

2022-09-15 Thread ola neat
hallo guys, so i'm having issue deploying my django on railway but once the deployment is complete the app crash with this err raise ImproperlyConfigured("settings.DATABASES is improperly configured. " django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Pleas

Re: Guys i have issue while loading sub module in django app

2022-09-02 Thread Devang
Sub-module mean file like views.py or models.py On Sun, 28 Aug 2022, 14:21 Paul serubombwe, wrote: > Elaborate more bro, what do you mean by sub model > > On Sat, Aug 27, 2022, 23:56 देव Hingu wrote: > >> Please check here for my problem >> >> https://stackoverflow.com/questions/73499743/cant-

Re: Guys i have issue while loading sub module in django app

2022-08-28 Thread Paul serubombwe
Elaborate more bro, what do you mean by sub model On Sat, Aug 27, 2022, 23:56 देव Hingu wrote: > Please check here for my problem > > https://stackoverflow.com/questions/73499743/cant-find-load-sub-module-inside-django-appmodule-dynamically > > -- > You received this message because you are subs

Guys i have issue while loading sub module in django app

2022-08-27 Thread देव Hingu
Please check here for my problem https://stackoverflow.com/questions/73499743/cant-find-load-sub-module-inside-django-appmodule-dynamically -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Combine Existing React App with Existing Django App

2022-08-03 Thread Lalit Suthar
Access Services > HP: +673 720 8043 > > On Thu, Aug 4, 2022, 8:38 AM Lightning Bit < > thelegendofearthretu...@gmail.com> wrote: > >> Is it possible to combine an existing React App with an existing Django >> App? >> >> -- >> You received this

Re: Combine Existing React App with Existing Django App

2022-08-03 Thread Abdul Qoyyuum
possible to combine an existing React App with an existing Django > App? > > -- > 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 d

Combine Existing React App with Existing Django App

2022-08-03 Thread Lightning Bit
Is it possible to combine an existing React App with an existing Django App? -- 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-user

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-16 Thread Muhammad Juwaini Abdul Rahman
2022 at 22:29, Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have a Django App which I want to deploy on a Centos Linux server having > a global/public IP which is assigned to a domain and is secured with SSL > <https://stackoverf

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread kuda ronnie
contact me on my contact, which u will find on afrqweb.herokuapp.com (website still under development) best regards scientist On Fri, Jul 15, 2022 at 4:29 PM Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have a Django App which I want

Re: How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Sajanraj T D
You can use gunicorn with nginx. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04 On Fri, Jul 15, 2022 at 7:59 PM Abhilash Singh Chauhan < abhilashaan...@hau.ac.in> wrote: > Hii Everyone > > > > I have

How to Deploy Django App on Centos server having domain secured With SSL?

2022-07-15 Thread Abhilash Singh Chauhan
Hii Everyone I have a Django App which I want to deploy on a Centos Linux server having a global/public IP which is assigned to a domain and is secured with SSL <https://stackoverflow.com/questions/72990799/how-to-deploy-django-app-on-centos-server-having-domain-secured-with-ssl> . The

Re: problem in reloading project files with UWSGI for Django app

2022-04-22 Thread Jason
restart uwsgi? On Friday, April 22, 2022 at 6:59:28 AM UTC-4 agnese.c...@gmail.com wrote: > Good morning, today i am facing some issues with my django app at > word-b.com. > The backend is giving me 404 on a reste resource that i have just fixed. > I have uploaded the files in pro

problem in reloading project files with UWSGI for Django app

2022-04-22 Thread Agnese Camellini
Good morning, today i am facing some issues with my django app at word-b.com . The backend is giving me 404 on a reste resource that i have just fixed. I have uploaded the files in production just now, thinking that the uwsgi daemon would reload them on demand due to the interpreted nature of

Re: Django App

2022-02-07 Thread RANGA BHARATH JINKA
What is the error. Please share here On Tue, 8 Feb 2022, 12:13 am Abdulrahman Abbas, wrote: > Pls I'm trying to host a Django app on a free hosting sites basically > netlify and heroku but it keeps failing while building pls is there > anything I need to install or any oth

Re: Django App

2022-02-07 Thread Sebastian Jung
am Mo., 7. Feb. 2022, 19:42: > Pls I'm trying to host a Django app on a free hosting sites basically > netlify and heroku but it keeps failing while building pls is there > anything I need to install or any other alternative > > -- > You received this message because you are sub

Django App

2022-02-07 Thread Abdulrahman Abbas
Pls I'm trying to host a Django app on a free hosting sites basically netlify and heroku but it keeps failing while building pls is there anything I need to install or any other alternative -- You received this message because you are subscribed to the Google Groups "Django users&

Re: The Django app does not recognize a file that is in the folder for me

2021-10-22 Thread ตี๋ ยกซด
จัดการมันทันทีเลย ในวันที่ ศ. 22 ต.ค. 2021 20:32 น. Steven Mapes เขียนว่า: > It'll most likely be because you are executing a file with a relative path > and the Django is probably running in another folder so your best bet is to > import BASE_DIR from settings.py then append the path to the app

Re: The Django app does not recognize a file that is in the folder for me

2021-10-22 Thread Steven Mapes
It'll most likely be because you are executing a file with a relative path and the Django is probably running in another folder so your best bet is to import BASE_DIR from settings.py then append the path to the app from your project root so /app.py On Thursday, 21 October 2021 at 17:26:36 UTC+

Re: Where are you deploying Django App? How much does it cost for a hobby project

2021-10-04 Thread Paul Tiplady
You can deploy to Heroku, there's a free tier and it's very low maintenance. https://devcenter.heroku.com/articles/deploying-python I've had a free Django app running there that I set up almost 10 years ago without any work required to keep it up since then. Heroku is somewhat e

Re: Where are you deploying Django App? How much does it cost for a hobby project

2021-10-04 Thread MR INDIA
*Since it is a hobby project *i would recommend *heroku free hosting* On Sunday, 3 October 2021 at 21:57:25 UTC+5:30 avi.me...@gmail.com wrote: > Hello! I am building a prototype Django app and would like to deploy it so > that people can use it. > What would be the most cost-effe

Where are you deploying Django App? How much does it cost for a hobby project

2021-10-03 Thread Avi Mehenwal
Hello! I am building a prototype Django app and would like to deploy it so that people can use it. What would be the most cost-effective and cheapest deployment solution to host a django backend? How much would it cost? Any ideas, help is most welcomed and appretiated -- You received this

How send data to Django app using Javascript or JQuery? (Having trouble doing a POST)

2021-09-29 Thread cseb...@gmail.com
How send data from client Javascript to Django server? I tried the following but it didn't work. I want to read "token" cookie value and send to server but it never receives it as a valid form. Any sample working code greatly appreciated. function start_processing() {

Re: Deploy Django app with Apache2

2021-06-28 Thread Abeer Eltanawy
Could this article solve your problem? https://medium.com/@shivansht9211/how-to-deploy-django-applications-on-aws-ec2-using-apache-server-f6ae2e1effc4 On Thu, Jun 24, 2021 at 9:27 AM tristant wrote: > I was looking to turn a a laptop into a standing webserver to deploy a > Django app wit

Re: Deploy Django app using cpanel

2021-06-24 Thread Kelvin Sajere
;> >>> On Wed, Jun 23, 2021, 11:38 AM Eugene TUYIZERE >>> wrote: >>> >>>> Dear Franck, >>>> >>>> The problem I have now is to configure the django app in cpanel so that >>>> users can browse it. As I said in previous em

Deploy Django app with Apache2

2021-06-24 Thread tristant
I was looking to turn a a laptop into a standing webserver to deploy a Django app within an intranet. This tutorial here shows how to doing with Apache2: Hands-On How to Host Django with Apache2 | by Muhammad Ryan | Level Up Coding (gitconnected.com) <https://levelup.gitconnected.com/hands

Re: Deploy Django app using cpanel

2021-06-23 Thread Eugene TUYIZERE
unio de 2021 11:37 a. m., Franck Tchouanga < > ftchoua...@gmail.com> escribió: > >> I see. >> >> On Wed, Jun 23, 2021, 11:38 AM Eugene TUYIZERE >> wrote: >> >>> Dear Franck, >>> >>> The problem I have now is to configure the djang

Re: Deploy Django app using cpanel

2021-06-23 Thread Julio Cojom
wrote: > >> Dear Franck, >> >> The problem I have now is to configure the django app in cpanel so that >> users can browse it. As I said in previous email, I already have domain and >> cpanel credentials. >> >> On Wed, 23 Jun 2021 at 12:17, Franck Tc

Re: Deploy Django app using cpanel

2021-06-23 Thread Franck Tchouanga
I see. On Wed, Jun 23, 2021, 11:38 AM Eugene TUYIZERE wrote: > Dear Franck, > > The problem I have now is to configure the django app in cpanel so that > users can browse it. As I said in previous email, I already have domain and > cpanel credentials. > > On Wed, 23 Jun

Re: Deploy Django app using cpanel

2021-06-23 Thread Kelvin Sajere
nck, > > The problem I have now is to configure the django app in cpanel so that > users can browse it. As I said in previous email, I already have domain and > cpanel credentials. > > On Wed, 23 Jun 2021 at 12:17, Franck Tchouanga > wrote: > >> Hello I can assist you

Re: Deploy Django app using cpanel

2021-06-23 Thread Eugene TUYIZERE
Dear Franck, The problem I have now is to configure the django app in cpanel so that users can browse it. As I said in previous email, I already have domain and cpanel credentials. On Wed, 23 Jun 2021 at 12:17, Franck Tchouanga wrote: > Hello I can assist you what is the problem. > >

Re: Deploy Django app using cpanel

2021-06-23 Thread Franck Tchouanga
Hello I can assist you what is the problem. On Wed, Jun 23, 2021 at 9:54 AM Eugene TUYIZERE wrote: > please assist > > On Tue, 22 Jun 2021 at 13:03, Eugene TUYIZERE > wrote: > >> Dear Team, >> >> I have an issue. I want to make my app productive. I bought a domain and >> I got cpanel credentia

Re: Deploy Django app using cpanel

2021-06-23 Thread Eugene TUYIZERE
please assist On Tue, 22 Jun 2021 at 13:03, Eugene TUYIZERE wrote: > Dear Team, > > I have an issue. I want to make my app productive. I bought a domain and I > got cpanel credentials. The problem I have now is that I do not know how I > can configure the app in cpanel so that users can start br

Deploy Django app using cpanel

2021-06-22 Thread Eugene TUYIZERE
Dear Team, I have an issue. I want to make my app productive. I bought a domain and I got cpanel credentials. The problem I have now is that I do not know how I can configure the app in cpanel so that users can start browsing it. I tried to connect to the database and I loaded the application file

Django app problem

2021-06-14 Thread Inside Believer
DataTables warning: table id=filters-result-table - Ajax error. For more information about this error, please see http://datatables.net/tn/7 $('#input-search').keypress(function (e) { var key = e.which; if (key == 13) // the enter key code { e.preventDefau

Re: django app with okta authentication --

2021-06-01 Thread Ryan Nowakowski
On Tue, Jun 01, 2021 at 10:18:24PM +0530, SNJY G wrote: > I am running an application on django2.2 which needs to be integrated with > okta for user authentication. > Okta team has provided a Metadata URL which contains Okta URL, Okta Entity > ID and Okta certificate but I am not sure where I need

django app with okta authentication --

2021-06-01 Thread SNJY G
Team, I am running an application on django2.2 which needs to be integrated with okta for user authentication. Okta team has provided a Metadata URL which contains Okta URL, Okta Entity ID and Okta certificate but I am not sure where I need to configure it in django. Could someone please share step

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Moose Smith
://djangodeployment.readthedocs.io/en/latest/06-gunicorn.html> > > Antonis Christofides+30-6979924665 <+30%20697%20992%204665> (mobile) > > > > On 30/05/2021 09.29, Moose Smith wrote: > > App written in ubuntu virtual environment python 3.8.5. Works well on &g

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Antonis Christofides
fides +30-6979924665 (mobile) On 30/05/2021 09.29, Moose Smith wrote: App written in ubuntu virtual environment python 3.8.5. Works well on Visual Studio Code development server. Am trying to make it run on Apache2 development server.  I have been able to install WSGI module on Apache Server a

Re: Newbee help on deploying Django App to Apache2

2021-05-30 Thread Chetan Ganji
n on Apache2 > development server. I have been able to install WSGI module on Apache > Server and ran a test Hello World in Python and it worked. However, the > django app when ported over does not work. > The error log confirms that the mod_wsgi has been created using by Python > 3.

Newbee help on deploying Django App to Apache2

2021-05-30 Thread Moose Smith
App written in ubuntu virtual environment python 3.8.5. Works well on Visual Studio Code development server. Am trying to make it run on Apache2 development server. I have been able to install WSGI module on Apache Server and ran a test Hello World in Python and it worked. However, the django

Re: Integrate a microphone in the Django app

2021-05-24 Thread Nick Sarbicki
Hi, This isn't really a Django problem to solve, it's more general than that. First you need the client to record and send an audio file of their mic recording. This is likely something you want to do in JavaScript, as it is something that they will have to do on their machine - the server does no

Integrate a microphone in the Django app

2021-05-24 Thread מוריה יצחקי
Hello everyone I want to allow my app to receive input from a microphone I would be happy for help on how to do this in the visual section as well: how to put a microphone that allows you to type from the user in HTML and how to convert the audio to the text in Python Will really really help me t

Re: Deploying my Django App to Heroku

2021-04-26 Thread Ejike Enyinnaya
Hi Ayser, Would try that and give feedback. BR, Ejike Chiboka 0804537; 08166516400 On Fri, Apr 23, 2021 at 1:10 PM Ayser shuhaib wrote: > Make sure you create the user objects in the database before loading the > books data > > On Fri, 23 Apr 2021 at 14:02, Nzekwe Isaac wrote: > >> I thin

Re: Assistance for deploying django app to heroku

2021-04-26 Thread Ejike Enyinnaya
Good day Jim, My process from beginning includes: 1. I reset the database: rm -f db.sqlite3 2. python manage.py migrate 3. In django admin platform: I added all the books information from the fixtures.json and tied it to the user which is admin 4. Implemented a new fixtures.json 5. ran python man

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Jim Illback
I didn’t see a “createsuperuser" command. Was that done or is it part of your fixtures.json load? Jim On Apr 24, 2021, at 8:04 AM, Ejike Enyinnaya mailto:ejike.chib...@gmail.com>> wrote: Good day Kasper, Thanks for your response. The git commands I put in the email was just to give a summary

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
Good day Kasper, Thanks for your response. The git commands I put in the email was just to give a summary of what I had done and not the full details, that way my email is not too long and cumbersome to read. I can assure you on my CLI, I ran the proper git commands putting in the right informat

Re: Assistance for deploying django app to heroku

2021-04-24 Thread Ejike Enyinnaya
Good day Kasper, Hi Kasper, Thanks for your response. The "git" commands I put in the email was not just to give any one an idea of what commands I had run but on my CLI, I ran the proper git commands with the proper messages and not leaving it empty. BR, Ejike Chiboka 0804537; 08166516400

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Irfan Khan
check this one try to run the console $ python manage.py sqlsequencereset your_app_name it will give you the psql queries. run those queries on PSQL console and then try to run loaddata. check below link https://stackoverflow.com/questions/64251547/django-resync-autoincrementing-pk-with-restored

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Kasper Laudrup
On 23/04/2021 20.41, Ejike Enyinnaya wrote: > I did a git add ., git commit -m and git push heroku master Not sure if it's related, but it's possible: This is not how you should use revision control (git). You should keep your source files under revision control, not just blindly add everything a

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Sujayeendra G
I still have the same errors again > > BR, > > Ejike Chiboka > 0804537; 08166516400 > > > On Fri, Apr 23, 2021 at 7:28 PM Sujayeendra G > wrote: > >> >> Hi, >> >> You can see IntegrityError: fixtures you are updating trying to find user >

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Ejike Enyinnaya
ke Chiboka 0804537; 08166516400 On Fri, Apr 23, 2021 at 7:28 PM Sujayeendra G wrote: > > Hi, > > You can see IntegrityError: fixtures you are updating trying to find user > with user_id=1 which are not available in your db. Try to create one user > and migrate again. Or if th

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Sujayeendra G
, 23 Apr 2021 at 17:25, ejike@gmail.com wrote: > Good day All, > > I am trying to deploy my django app to heroku but i keep getting this > error in the screenshot attached. > > Please can anyone assist in me in finding a solution to this and where the > issue could be com

Re: Assistance for deploying django app to heroku

2021-04-23 Thread Mohammad Anarul
kindly shere your code On Fri, Apr 23, 2021 at 5:56 PM ejike@gmail.com wrote: > Good day All, > > I am trying to deploy my django app to heroku but i keep getting this > error in the screenshot attached. > > Please can anyone assist in me in finding a solution to

Re: Deploying my Django App to Heroku

2021-04-23 Thread Ayser shuhaib
Make sure you create the user objects in the database before loading the books data On Fri, 23 Apr 2021 at 14:02, Nzekwe Isaac wrote: > I think there's a problem with your database. Try deleting your dbsqlite > database and run migrations a again. > > On Fri, 23 Apr 2021, 12:50 Ejike Enyinnaya,

Re: Deploying my Django App to Heroku

2021-04-23 Thread Nzekwe Isaac
I think there's a problem with your database. Try deleting your dbsqlite database and run migrations a again. On Fri, 23 Apr 2021, 12:50 Ejike Enyinnaya, wrote: > Good day Isaac, > > I ran makemigrations and migrate before deploy as seen in my screenshots > but I am still having the same problem

Re: Deploying my Django App to Heroku

2021-04-21 Thread Nzekwe Isaac
Try running makemigrations and migrations again before deploying again On Wed, 21 Apr 2021, 22:30 ejike@gmail.com, wrote: > Good day All, > > Please I am trying to deploy my App which uses Django/Python as the > backend and React as the frontend to Heroku but I keep getting this error > in t

Re: View photos or videos in the Django app

2021-04-18 Thread מוריה יצחקי
? ‫בתאריך שבת, 17 באפר׳ 2021 ב-20:55 מאת מוריה יצחקי <‪moriyal...@gmail.com ‬‏>:‬ > Hi > How to view photos or videos in the Django app > I would be very happy to help > Thank you!!! > > -- > You received this message because you are subscribed to the Google Groups &

View photos or videos in the Django app

2021-04-17 Thread מוריה יצחקי
Hi How to view photos or videos in the Django app I would be very happy to help Thank you!!! -- 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 dj

Re: View photos and videos in the Django app

2021-04-15 Thread Kasper Laudrup
On 15/04/2021 17.29, מוריה יצחקי wrote: > You know how to explain to me what the way is? > Yes. Think about what you might consider normal. Then try to reverse it and think of the complete opposite and do that. If that still doesn't work, try something completely bizarre instead. An alternative

Re: View photos and videos in the Django app

2021-04-15 Thread מוריה יצחקי
You know how to explain to me what the way is? ‫בתאריך יום ה׳, 15 באפר׳ 2021 ב-18:22 מאת ‪Kasper Laudrup‬‏ <‪ laud...@stacktrace.dk‬‏>:‬ > On 15/04/2021 12.48, מוריה יצחקי wrote: > > Hi > > I want to view photos and videos in Djangp app > > When I open a video tag in HTML normally it does not l

Re: View photos and videos in the Django app

2021-04-15 Thread Kasper Laudrup
On 15/04/2021 12.48, מוריה יצחקי wrote: > Hi >  I want to view photos and videos in Djangp app > When I open a video tag in HTML normally it does not load > I would love to help thank you very much > If it doesn't work when you do it normally, consider doing it abnormally. Then it might work. Kin

Re: View photos and videos in the Django app

2021-04-15 Thread מוריה יצחקי
? ב-יום חמישי, 15 באפריל 2021 בשעה 13:48:12 UTC+3, מוריה יצחקי כתב/ה: > Hi > I want to view photos and videos in Djangp app > When I open a video tag in HTML normally it does not load > I would love to help thank you very much > -- You received this message because you are subscribed to the Go

Re: View photos and videos in the Django app

2021-04-15 Thread מוריה יצחקי
? ‫בתאריך יום ה׳, 15 באפר׳ 2021 ב-13:48 מאת מוריה יצחקי <‪moriyal...@gmail.com ‬‏>:‬ > Hi > I want to view photos and videos in Djangp app > When I open a video tag in HTML normally it does not load > I would love to help thank you very much > > -- > You received this message because you are sub

View photos and videos in the Django app

2021-04-15 Thread מוריה יצחקי
Hi I want to view photos and videos in Djangp app When I open a video tag in HTML normally it does not load I would love to help thank you very much -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

Re: Django app deployment

2021-02-03 Thread Eugene TUYIZERE
Dear Kasper, Thank you very much for the documentation. regards, On Mon, 1 Feb 2021 at 13:54, Kasper Laudrup wrote: > On 01/02/2021 12.49, Eugene TUYIZERE wrote: > > > > How to connect a django application to a Database that is on a different > > machine with an application file? I mean, if th

Re: Django app deployment

2021-02-01 Thread Kasper Laudrup
On 01/02/2021 12.49, Eugene TUYIZERE wrote: How to connect a django application to a Database that is on a different machine with an application file? I mean, if the application files are on the machine(server) A and database is on the machine(server) B Simple enough. Have a look at the HO

Django app deployment

2021-02-01 Thread Eugene TUYIZERE
Dear Team, How to connect a django application to a Database that is on a different machine with an application file? I mean, if the application files are on the machine(server) A and database is on the machine(server) B Regards, -- *TUYIZERE Eugene* *Msc Degree in Mathematical Science* *Afr

Re: Django app part 2

2021-01-06 Thread Jani Karjalainen
Seems to work normally after teens until last. ke 6. tammik. 2021 klo 16.43 Jani Karjalainen (jani.karjalainen...@gmail.com) kirjoitti: > Playing with the API onglema joka koskee kohtassa >>> > Question.objects.get(id=2) > Traceback (most recent call last): > > Tulee seuraava ilmoitus > > Traceba

Django app part 2

2021-01-06 Thread Jani Karjalainen
Playing with the API onglema joka koskee kohtassa >>> Question.objects.get(id=2) Traceback (most recent call last): Tulee seuraava ilmoitus Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/django/db/m

  1   2   3   4   5   6   7   8   9   10   >