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

2022-09-15 Thread ola neat
install railway CLI on your computer > > so you will need to login on CLI using > > "railway login --browserless' > > Link your production environment > > "railway link" and select the environment > > use "railway run " to run django command

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

2022-09-15 Thread ola neat
tps://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 Impr

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.

Re: Job -Fullstack python expert ( Django framework)

2022-08-19 Thread ola neat
I'm interested On Thu, Aug 18, 2022, 20:03 Each1Teach1 wrote: > This project is very straight to the point. We are building a micro > service on top of Django framework. We currently have a virtual private > cloud on DO and will like to migrate to AWS in the nearest future. This > hosts our

HELP ON SETUP HEROKU ON CLOUDINARY FREE ACCOUNT

2022-07-02 Thread ola neat
hello guys, i've got a project i deployed on heroku and i'm using cloudinary to handle image upload, which is working perfectly offline but the issue is once i try it online i get this err ``` ValueError at /profile/247de095-6895-4bff-a836-dedfa75cde4b/update Must supply api_key ``` and i have

help creating a nested serializer using drf

2022-02-02 Thread ola neat
good day guys, i'm working on a project and i'm creating mulitiple model linked using foriegnKey field but i'm getting a relatedManager object has no attribute id err below is the link to my question on slack, hope anyone can help out

Re: Re:

2021-10-09 Thread ola neat
>>> *From:* django-users@googlegroups.com >>> on behalf of Sebastian Jung >>> *Sent:* Saturday, October 9, 2021 7:26:44 AM >>> *To:* django-users@googlegroups.com >>> *Subject:* Re: >>> >>> I mean same database and not same database system.

Re: Help

2021-08-13 Thread ola neat
how do i ensure that when the user clicks on that link instead of been redirected to a django view he/she is redirected to an angular form where they can change their password On Thu, Aug 12, 2021, 21:30 Kasper Laudrup wrote: > On 12/08/2021 15.05, ola neat wrote: > > This is d link I've

Help

2021-06-27 Thread ola neat
Halo django devs, I'm working on a drf api to return hit count on my site & I've got no idea how to archive that, can anyone help? -- 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

Re: help on autologging users after signup

2021-05-24 Thread ola neat
I've tried that it didn't wrk On 24 May 2021 05:21, "lalit suthar" wrote: > in authenticate function take values from request.data dictionary > email = request.data.get('email') > poassword = request.data.get('password') > On Sunday, 23 May 2021 at 07:27:51 UTC+5:30 tosina...@gmail.com wrote: >

help on my quizz app

2020-08-30 Thread ola neat
hey guys, I need help, I'm working a a simple quizz app, but now i nid help on how to make the users navigate from 1 question to the other( using next button after answering the question) and including a time to ensure the user can't continue when the time is up, any help will be appreciated --

Re: Has anyone created eCommerce website with Django?

2020-08-05 Thread ola neat
yes i have, u charge base on the requirement and feature that is needed on the website On Wed, Aug 5, 2020 at 8:15 PM tristant wrote: > Hi, > I am wondering if anyone here has created one for real, maybe for a small > business. If so, how do you price your work, say, as compared to other >

Re: help on extending user model using django rest_framework

2020-07-30 Thread ola neat
eld(User, ..) > > Regards, > Amitesh > > > On Thursday, 30 July, 2020, 03:59:59 pm IST, ola neat < > tosinayoo...@gmail.com> wrote: > > > good day fellaz, i'm working on extending my user model to enable user > create a profile but i'm getting an error i dont seem to

Re: help on creating user profile using drf

2020-07-28 Thread ola neat
ime the > CustomUser is created, you need to assign the created Profile to the > instance and then save the user > [image: image.png] > try this > if created: > instance.profile = Profile.objects.create(user=instance) > instance.save() > > > > > On Sun,

Re: help with my api and JWT

2020-07-26 Thread ola neat
torial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html > > Hope this helps! > > See you later! > > Em sábado, 25 de julho de 2020 16:52:38 UTC-3, ola neat escreveu: >> >> hey guy i got an issue implementing jwt in my drf project, i've got it

Re: help on jwt

2020-05-29 Thread ola neat
gards, > Chetan Ganji > +91-900-483-4183 > ganji.che...@gmail.com > http://ryucoder.in > > > On Thu, May 21, 2020 at 6:48 PM ola neat wrote: > >> halo, i'm working on implementing JWT for user registration but i'm >> having issue with that, when i make post req

Re: Tutorial Part 1

2020-05-09 Thread ola neat
Check your app url, does the url match with wath u have on your browser, On Sat, May 9, 2020, 01:59 Luqman Jr wrote: > Hello > Did you create urls.py under polls app? > You should have urls.py under polls app which will list all urls fall > under this app. > Then share with us polls/urls.py

Re: Deploying Django Project on heroku

2020-05-09 Thread ola neat
Halo, i feel if u follow the step in this article https://www.codementor.io/@jamesezechukwu/how-to-deploy-django-app-on-heroku-dtsee04d4 u should b good On Sat, May 9, 2020, 01:15 Sunday Iyanu Ajayi wrote: > Hi Motaz, > Thank you so much. > Is today cool? > What time (in GMT+1) will be cool for

Re: I am building an open source School Management System

2020-05-09 Thread ola neat
Mine is for secondary school, i have it on heroku https://dhope-sms.herokuapp.com/my-sms/ Still have somethings to tidy sha On Sat, May 9, 2020, 11:15 Adedotun Richard wrote: > @ola neat Can you share let us see what you have done so far? > > On Sat, May 9, 2020, 11:11 AM ola ne

Re: I am building an open source School Management System

2020-05-09 Thread ola neat
I can contribute as I've built a sch mgt sys using django last yr On Fri, May 8, 2020, 21:57 Kasper Laudrup wrote: > An may Heiðrún provide a constant flow of mead > > On 08/05/2020 22.45, Sherif Adigun wrote: > > May Allah make it easy. > > Jazaakumullahu khayran > > > > On Fri, May 8, 2020,

urgent help needed with my rest

2020-04-24 Thread ola neat
i'm working on with django rest-api & angular but i'm having issues making a delete request to my model see below my url, apiView, angular-api-delete-request codes and err msg -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: help with my signup API

2020-04-08 Thread ola neat
yes i did, i tested it with post man and i'm getting same erro On Wed, Apr 8, 2020 at 2:23 PM John McClain wrote: > did you make migrations, it seems like it is not finding the > account/register > > On Wed, 8 Apr 2020 at 09:38, ola neat wrote: > >> Good day guys >&g

Re: Help passing the url

2020-04-06 Thread ola neat
You need to add the id as argument in the function On Mon, Apr 6, 2020, 19:17 Luka Nik wrote: > How can I alter this post_detail function: > > > def post_detail(request): > > post = get_object_or_404(Post) > comments = post.comments.filter(active=True) > new_comment = None > if

Re: Looking for Django developers to work on a new and an existing project with our team

2020-03-29 Thread ola neat
Halo i got experience with django & i don't mind joining your team On Sun, Mar 29, 2020, 18:56 Lax Nayak wrote: > I am looking for a django developer who has expertise in building > enterprise grade solutions. > > > -- > You received this message because you are subscribed to the Google Groups

Mentor needed

2020-03-11 Thread ola neat
Hey guyz I'm applying for GSOC {django} & i pretty much need help (mentors), -- 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