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 expensive if you
*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-effective and cheap
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 messa
Thanks Guy Very helpful thanks for the information. I'm working the issue
right now.
On Sunday, May 30, 2021 at 10:30:18 AM UTC-4 Antonis Christofides wrote:
> Apache and nginx are called "web servers". Windows and FreeBSD are called
> "operating systems". What is the term for Gunicorn, uWSGI
Apache and nginx are called "web servers". Windows and FreeBSD are called
"operating systems". What is the term for Gunicorn, uWSGI and mod_wsgi? I
believe there's no good term, which is one reason for the confusion.
Gunicorn, uWSGI and mod_wsgi are specialized web servers that run Python
WSGI
I think, you are using the default python version installed on the machine,
not the one of the virtualenv.
You will have to configure the mod_wsgi to use the python of the virtuelanv.
This might help you.
https://modwsgi.readthedocs.io/en/develop/user-guides/virtual-environments.html#
Regards,
C
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
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
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
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
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
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
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
Please explain all your steps clearly.
How are you creating fixture.json, Are you taking all data dump or only
book model dump ??
On Sat, 24 Apr 2021 at 00:12, Ejike Enyinnaya
wrote:
> Hi Guys,
>
> This is the error I am getting:
>
> (first_django_app) ➜ first_django_app git:(master) heroku
Hi Guys,
This is the error I am getting:
(first_django_app) ➜ first_django_app git:(master) heroku run python
manage.py loaddata books/fixtures.json
Running python manage.py loaddata books/fixtures.json on ⬢ gotbooksapp...
up, run.6617 (Free)
Traceback (most recent call last):
File
"/app/.her
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 the App is still in the development stage. Delete
DB and migrate again. It may work.
Thank you
Regards
Sujay
On Fri,
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 this and where the
> iss
tambien prueba lo que dice el compañero si no puede detectar que tipo de
app se trata igual es eso talvez borraste algun archivo de configuracion
El jue., 14 nov. 2019 a las 13:22, DANIEL URBANO DE LA RUA (<
dannybombas...@gmail.com>) escribió:
> yo heroku no utilizo ya que los despiegues los ha
yo heroku no utilizo ya que los despiegues los hago yo en docker o directo
sobre el server pero lo unico que veo en tu log es que desde heroku no
puede hacer ese push o commit al que lo tengas sincronizado con heroku,
prueba a hacer tu el push y ver si pasa el push o comit o merge al evento
al que
vamos a ver no puede hacer push sobre la rama master puedes tu hacerlo con
git normal
El jue., 14 nov. 2019 a las 12:59, Integr@te System (<
datacentral...@gmail.com>) escribió:
> Hola por favor revisa
>
> https://devcenter.heroku.com/articles/buildpacks#detection-failure
>
> On Thu, Nov 14, 2019
Hola por favor revisa
https://devcenter.heroku.com/articles/buildpacks#detection-failure
On Thu, Nov 14, 2019, 09:02 jose angel encinas ramos <
encinasj.an...@gmail.com> wrote:
> mas que nada el poblema que tengo es técnico , el detalle es que cuando
> escribo en la terminal git push heroku mast
mas que nada el poblema que tengo es técnico , el detalle es que cuando
escribo en la terminal git push heroku master me lanza el siguiente error y
no entiendo cual es el error.
(webapps) ➜ BuscadorTims git:(master) ✗ git push heroku master
Counting objects: 221, done.
Delta compression using u
Yo have to use daphne to deploy asgi application is all not uwsgi
--
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 p
Hi friend,
Are you slove this problem?
I have the same problem.
Thanks
--
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.
Hi Andrew,
I checked with my host providers. They are telling that websockets are
supported & I should check my code. :(
On Thursday, October 4, 2018 at 3:18:23 AM UTC+5:30, Andrew Godwin wrote:
>
> Hi there - it sounds like your host does not support websockets. You
> should check with them for
Hi there - it sounds like your host does not support websockets. You should
check with them for more.
Andrew
On Wed, 3 Oct 2018 at 23:43, Manjunath wrote:
> Hi all,
> I have developed a simple app using django channels.
>
> I would like to deploy it on a linux hosting provider (Currently I have
Hi all,
I have developed a simple app using django channels.
I would like to deploy it on a linux hosting provider (Currently I have
account with mochahost.com - Web Hosting:mocha package) & I have deployed
the app there.
All features of the app are working except for web sockets which give the
Hi all,
I have developed a simple django application using channels & deployed it
in a shared linux hosting service(mochahost.com - Webhosting: mocha
package).
It serves django app with help of Passenger.
The wsgi is working without any issue but the ASGI layer seems to be non
responsive.
When
To some extent it doesn't matter. Just make sure your code is as secure as any
private information you wouldn't want others to have access to.
When Django is running in a production environment, there is a Python instance
listening on a port on your system. Your Web server (Apache, nginx, whatev
Hello,
I know that Django code and templates are should not sit in the root
and the same path with Apache. Is there a recommendated location for
deploying the Django app? Also, what is the best practice in terms of
the user account and group the Django folder should use?
Let's say on the virtual
You can put Django where ever as long as you add it to your python
path then. The problem with a lot of these shared hosts is the fact
that they don't have mod_python and other requirements that are needed
to let django run. Read through this install documentation
http://www.djangoproject.com/docu
Hi,
I'm wondering if it's possible to deploy custom django application
with django embedded? ie that user have to only run install script on
they web server and it would "locally" install webaplication.
Most users don't have shell access to their webserver and have only
one directory to use.
Reg
32 matches
Mail list logo