Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread Bernard Mallala
I second the suggestion to have a discord channel versus async/email On Thursday, January 13, 2022 at 1:41:14 PM UTC-7 Bernard Mallala wrote: > I will paraphrase and feel free to correct. > You have an image that when deployed results in a django application that > can be accessed but without a

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread Bernard Mallala
I will paraphrase and feel free to correct. You have an image that when deployed results in a django application that can be accessed but without a specific app that is built to work within this image. 1. Let' presume that you working on a Tutorial App and you complete this to taste 2.

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread yebo...@gmail.com
By the default Django actually serve media files like images in production to do that you have to use any cloud technology like AWS but for you can also use Dropbox which I used to in one of my project (https://dominic-blog.herokuapp.com) with Dropbox you can serve your media files there. On T

Re: How to resolve this error? can anyone please help me?

2022-01-13 Thread Luciano Martins
Hello, basically where you are calling this route you have to pass something like this: *{% url 'placeOrder' 1 %}* and it is being called without nd like this: *{% url 'placeOrder' %}*, but as posted above it would be better to put the code for the person to analyze Em quinta-feira, 13 de janei

Re: How to resolve this error? can anyone please help me?

2022-01-13 Thread Lakshyaraj Dash X-D 25
Please share me your code privately so that I can solve your proy as soon as possible. On Thu, Jan 13, 2022, 20:16 sharath p wrote: > > Environment: > > > Request Method: GET > Request URL: http://127.0.0.1:8000/ > > Django Version: 4.0.1 > Python Version: 3.10.1 > Installed Applications: > ['dj

Re: Complete E-learning apps

2022-01-13 Thread Muhammad Juwaini Abdul Rahman
https://docs.tutor.overhang.io/index.html Try checking this. Probably it fulfills all your requirements. Installation-wise, tutor is much easier to install compared to edx. On Thu, 13 Jan 2022 at 23:08, Bu Market wrote: > who have built apps like this one? i need help guys! > > E-Learning Pla

Complete E-learning apps

2022-01-13 Thread Bu Market
who have built apps like this one? i need help guys! E-Learning Platform(Web App) built-in Python Django Rest Framework for backend and React Native (UX/UI and Development for frontend. A fully functional E-Learning platform with frontend pages. Home, About, Blog, Login, How it Works etc A fu

Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread Bridget Kelly O'Sheehan
Hello, I'm looking at building and deploying either a SaaS / PaaS or CaaS but what I'm struggling to figure out is how I can deploy an image of django (without its app server) into a container probably using nginx and docker to work between them. e.g Django you have the ability to create add

How to resolve this error? can anyone please help me?

2022-01-13 Thread sharath p
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 4.0.1 Python Version: 3.10.1 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.sta