Re: Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-29 Thread KING AMRUTH
Interested On Sat, Dec 28, 2024 at 5:07 PM Adeyemi Deji wrote: > Hi, > > I'm interested. Kindly find my attached resume > > On Sat, Dec 28, 2024 at 9:31 PM Ammar wrote: > >> Hi there >> It’s Ammar Mohamed from sudan >> I have some experience with django and i can be a great addition to your >

Re: Django security releases issued: 5.0.8 and 4.2.15

2024-08-19 Thread Montego King
Thanks On Tue, Aug 6, 2024, 3:35 PM Sarah Boyce wrote: > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2024/aug/06/security-releases/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To uns

Serving static files with whitenoise

2024-05-13 Thread Richlue King
Hi, I'm trying to upload my project to render.com and I need to set up the static files with whitenoise. However, when I run collectstatic, I keep encountering this error: Post-processing 'assets\css\bootstrap.min.css' failed! raise ValueError( ValueError: The file 'assets/css/bootstrap.min.css

Re: E-comm live project

2024-05-06 Thread Montego King
I'm a novice, and wish to follow and learn whatsapp:+237651802010 On Monday, March 18, 2024 at 6:26:50 PM UTC+1 1001_prabhjot Singh wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > inte

Re: Looking for collaborators for an online marketplace project with Python, Django, React.js and Next.js

2024-02-13 Thread King Of Greatness
Im interested here is my number +2348119439714 On Tue, Feb 13, 2024, 12:35 AM Space1 Technology wrote: > I am interest could please add me to the group +2347081424159 > > On Tue, 13 Feb 2024 at 00:30, Adisa Habeebulah > wrote: > >> Have you created the group? Kindly add me to the group project.

Re: I want to fetch the value of radio field for updation but it only doesn't fetch even i use condition and value does comes but doesn't checked

2022-08-31 Thread Godswill King Trace
I have this problem too On Wed, Aug 24, 2022, 5:06 PM Mihir Patel wrote: > i dont have much idea but try to do with True Or False value bcz maybe it > returns boolean value. > > On Mon, Aug 22, 2022 at 12:27 PM Abhinandan K > wrote: > >> Email >> >> {% with val_gen=datas.gender%} >> {{val_gen}

Re: Turn Django Web App to Mobile App

2022-06-28 Thread King Niko
Thank you my friend! On Tue, Jun 28, 2022 at 17:09 Ryan Nowakowski wrote: > I've used Cordova before > > https://cordova.apache.org/ > > On June 28, 2022 3:26:04 PM CDT, Lightning Bit < > thelegendofearthretu...@gmail.com> wrote: >> >> Hello all, >> >> Where should one start to convert a Django

Re: Randomly Generate a "Certificate of Completion"

2020-10-22 Thread King Niko
This is perfect. Thank you Derek! On Thu, Oct 22, 2020 at 9:14 AM Derek wrote: > You'd need to have a profile for each user, so you can track if they reach > the URL (true/false) and then use their email or internal ID or a generated > UUID for the certificate (you could store this extra code as

Re: Add user to Group after purchase

2020-09-30 Thread King Niko
Thanks Derek! I tried using the signals but it is not working. This is how my signals and models looks: Signals.py: from django.contrib.auth.models import User from .models import * from django.db.models.signals import post_save from django.dispatch import receiver from django.contrib.auth.models

Re: New Users Unable to Use Website

2020-09-20 Thread King Niko
This method works! Thank you! On Sat, Sep 19, 2020 at 23:32 RANGA BHARATH JINKA wrote: > Hi, > > Try this. > > https://stackoverflow.com/questions/36317816/relatedobjectdoesnotexist-user-has-no-userprofile > > > All the best 👍 > > On Sun, 20 Sep 2020, 8:50 am Lightning Bit, < > thelegendofe

Re: Integrating User Accounts into Django Website

2020-09-07 Thread King Niko
Hans, This source works perfectly. Thank you! On Sat, Sep 5, 2020 at 11:16 AM hans alexander wrote: > Try this one : > https://jawaban.online/forum/discuss/52/django-login-and-authentication/ > > > On Sat, Sep 5, 2020 at 9:52 PM King Niko < > thelegendofearthretu...@gmai

Re: Integrating User Accounts into Django Website

2020-09-05 Thread King Niko
My apologies, I should have been more clear. I did not mean integrating users but rather building user accounts for a Django Website. I have a site up and running, the admin page works, but I do not know how to make a login page for visitors of the site. On Sat, Sep 5, 2020 at 9:56 AM hans alexand

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread King Niko
predicament. Thank you all for the assistance. On Thu, Sep 3, 2020 at 9:43 AM King Niko wrote: > Hi Kasper, > > I am getting the following error: > > raise TemplateDoesNotExist(template_name, chain=chain) > django.template.exceptions.TemplateDoesNotExist: ./store/cart.ht

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread King Niko
Laudrup wrote: > Hi King Niko, > > On 03/09/2020 13.44, King Niko wrote: > > Okay, so I fixed everything with Django Logging- including getting the > > pictures to show up in the store. > > > > What's written in the Django logs when you get the 500 errors

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread King Niko
#x27;document_root': settings.MEDIA_ROOT}), url(r'^static/(?P.)$', serve,{'document_root': settings.STATIC_ROOT}), url(r'^cart/(?P.)$', serve,{'document_root': '/store/templates/store'}), url(r'^checkout/(?P.)$', serve,{'docume

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-02 Thread King Niko
d "Checkout". I can still "add" items to my cart and see the number increase on each page, but when I click the "Cart" I receive a 500 Server Error - the same occurs when I type in the url for the "Checkout" page. Here is the code in my "tests.py": from django.te

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread King Niko
open console tab not elements tab > > On Tue, Sep 1, 2020 at 10:13 AM King Niko < > thelegendofearthretu...@gmail.com> wrote: > >> Interesting, the browser console states the following: >> >> >> >> >> Server Error (500) >> >>

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread King Niko
Interesting, the browser console states the following: Server Error (500) Server Error (500) How could the *title* and *header 1* be causing the Server Error (500)? On Tue, Sep 1, 2020 at 12:39 AM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > check in browser consol

Re: raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)

2020-08-31 Thread King Niko
his single page unique to becoming an error 500? On Mon, Aug 31, 2020 at 9:51 AM King Niko wrote: > Okay, got it to work. My STATICFILES_DIRS was not set. > > Now I am encountering the issue of the admin portal not working. I am > unable to access pictures from the DJANGO ADMIN porta

Re: raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)

2020-08-31 Thread King Niko
portal, they are blank as though they do not exist. I looked at the logging and when I click "Cart" I receive a 500 error stating that the TemplateDoesNotExist. Is there any way to connect the DJANGO ADMIN portal to the published site? On Mon, Aug 31, 2020 at 9:37 AM King Niko wrote: &

Re: raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)

2020-08-31 Thread King Niko
Thank you Ranga, the site is up and running now. Unfortunately, none of the Static CSS, Images, nor JS are appearing and I get this error for each individual CSS, Image, or JS file: *> * *"GET /static/images/Facebook.png HTTP/1.1" 404 179 "https://samplesite.herokuapp.com/home/

Re: 500 Server Error | Impossible to Fix

2020-08-30 Thread King Niko
all happen to know of any solutions to this? On Sun, Aug 30, 2020 at 9:17 AM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Please check the whole log errors line by line. Then only u can find > the exact error > > On Sun, Aug 30, 2020 at 6:37 PM King Ni

Re: 500 Server Error | Impossible to Fix

2020-08-30 Thread King Niko
p://samplesite.herokuapp.com/> request_id=private fwd="private" dyno=web.1 connect=1ms service=116ms status=500 bytes=477 protocol=https* Thanks Ranga! On Sun, Aug 30, 2020 at 8:33 AM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > >Copy and paste your

Re: 500 Server Error | Impossible to Fix

2020-08-30 Thread King Niko
and precise 500 server errors. The current logs for Heroku is not informative enough. On Sat, Aug 29, 2020 at 15:19 Kasper Laudrup wrote: > Hi King Niko, > > > > On 29/08/2020 20.31, King Niko wrote: > > > > > > Both of these errors are very vague and provide no

Re: 500 Server Error | Impossible to Fix

2020-08-29 Thread King Niko
.com> request_id=private fwd="private" dyno=web.1 connect=1ms service=116ms status=500 bytes=477 protocol=https* Both of these errors are very vague and provide no direction for resolution. Has anyone ever encountered this before? Thanks! On Sat, Aug 29, 2020 at 11:48 AM King Niko &l

Re: 500 Server Error | Impossible to Fix

2020-08-29 Thread King Niko
ion file and line where your code > breaks and if its mentionaling terms like template loader and etc then your > jinja code is wrong . > > > > These error mostly occur at deploy or at time of fetching . > > > 1.Deploy > Mostly problem with config vars > > 2.Fetching

Re: 500 Server Error | Impossible to Fix

2020-08-29 Thread King Niko
9ms status=500 bytes=477 protocol=https* Any suggestions? Thank you! On Sat, Aug 29, 2020 at 10:54 AM King Niko < thelegendofearthretu...@gmail.com> wrote: > Thank you so much for the help. The: > > *> heroku logs --tail* > > Definitely shows all of the errors. Two common err

Re: 500 Server Error | Impossible to Fix

2020-08-29 Thread King Niko
Thank you so much for the help. The: *> heroku logs --tail* Definitely shows all of the errors. Two common errors that I have witnessed is: *> "GET / HTTP/1.1" 500 145 "https://dashboard.heroku.com/ " "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (K

Re: Study and project partner(s) needed

2020-02-14 Thread Scorpio King
Hi I'm interested because Im software engineer and I want to become developer I have experience in c++,c#,java ,Vue js,data mining ,Python and also servive step by step.. On Fri, Feb 14, 2020, 9:15 PM Akorede Habeebullah wrote: > Hi guys, > > I've been learning Django on a solo for a while n

i WANT TO KNOW ABOUT API

2020-02-07 Thread Scorpio King
hi all plz any one tell me berifely what is api its purpose its use why 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 django-users+unsubscr...@googlegroup

Re: not inserted registeration form.

2020-02-07 Thread Scorpio King
Hey I'm learning django please guide me how I become perfect in this frame work where site to I learn ... thanks On Fri, Feb 7, 2020, 12:04 PM nrupesh08 wrote: > hi, > why not inserted registration. their is no error shows. plese tell how to > see any error? once check my screeshots > > -- > You

Re: Image not loading

2019-09-19 Thread King Strips
On Thu, Sep 19, 2019 at 2:20 PM Joseph Emeka wrote: > The highlighted section of the code is not loading the image was the > solution > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving em

Python +django

2019-09-08 Thread kemo0 king
I am new on programming ,to be a programmer and getting the ability to create a web program that is one of my dreams , I have started with python I know little about html and css and js now I want to learn django am I on the right way what should I learn before diving in django I need ur

Changing Django register page(UserCreationForm Model)

2019-08-02 Thread King Ram
Hi, How to change template of register page that created by UserCreationForm? Because it has wide group of text that I do not need them Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Re: How do I pass the CSRF token when using a jQuery post

2017-11-09 Thread Tony King
Thanks Gourav, I have it working now and I can even understand it, which is even better. For anyone interested my revised working solution is below. I'm sure it would be better practice putting the token into the headers as described in the documentation and elsewhere but I could not get it t

Re: static files in production

2017-11-08 Thread Tony King
Ok, I've found a solution here which allows the serving of static files from within the project file folder structure as gathered by collectstatic. I now see that the FastCGI Handler required for

Re: static files in production

2017-11-08 Thread Tony King
> Thanks. The diagram clarified what I'd already thought to a degree, > although I'd gotten confused by the warning in the documentation for > STATIC_ROOT, which says > " This should be an initially empty destination directory for collecting your static files from their permanent locations

static files in production

2017-11-07 Thread Tony King
Hi again, I'm having to deploy my project using IIS 8.5 as this all I have access too and I've been relatively successful, however, my static image files are not displaying in the way they did in the development environment. I've tried adding what I believe to be the recommended settings but I

How do I pass the CSRF token when using a jQuery post

2017-11-07 Thread Tony King
Hi, I thought I'd finally understood this but it seems I have not and I've spent far too much time trying to do it myself. I have a view rendering to the template below, which is displaying a number of buttons that when clicked will execute another Python function in the views.py. This works

Re: My first project - URL issue?

2017-11-02 Thread Tony King
> > Ok, well I've solved my immediate problem but clearly need to learn more > about JavaScript, jQuery and CSRF tokens. > But for anyone with a similar URL issue, I did the following; Added an appname setting to my urls.py appname = 'shopfront' urlpatterns = [ url(r'^$', views.index, name='ind

My first project - URL issue?

2017-11-02 Thread Tony King
Hi, I've started my first real project (django v1.11.4 and Python 3.6.2) and I'm probably trying to run before I'm ready, but anyway I'm here. I'm essentially trying to create a front-end menu, that will eventually launch and log-on to either a local application or another web-site. This lat

Re: Tutorial part 4 - get_queryset

2017-10-17 Thread Tony King
Thanks James, that is a big help and I'm sure the link will provide some worthwhile extra reading, although I've clearly got a lot to learn anyway. Regards, Tony -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Securing Browseable API & Mocking Models

2015-02-02 Thread Ari King
Hi, In the last couple of days I started experimenting with Django and Django Rest Framework. Using the excellent documentation and ViewSets I was able to create a PoC API in a very short time. I was also able to add Django Rest Swagger for

RE: Request.Method Query !

2012-06-10 Thread king king
What you expected sounds like restful style. I do remember that bitbucket provides a django middleware "django-piston". I think this may fit your needs -Original Message- From: vinod kumar Sent: 2012/6/10 18:32 To: Django users Subject: Request.Method Query ! Hey All, I have a small dou

Re: How do I override default behaviour for foreign keys in an inline formset?

2011-05-29 Thread King
Though I originally asked for a "detailed solution", even some suggestions as to what I should be googling would be helpful at this point. I know I'm not the only one to have tried to do this, so I can't imagine someone doesn't have an answer somewhere. On May 26, 12:43 

How do I override default behaviour for foreign keys in an inline formset?

2011-05-25 Thread King
I want to do something like this... http://groups.google.com/group/django-users/browse_thread/thread/db03fa90a14ecc6a ...but unfortunately there was no reply to this particular posting. I've found other posts on the web of people looking for the same sort of solution, and have not been able to find

What's the difference between MEDIA_ROOT and STATIC_ROOT?

2011-02-23 Thread King
In the Note under this section http://docs.djangoproject.com/en/dev/howto/static-files/#s-using-django-contrib-staticfiles , it mentions that "In previous versions of Django, it was common to place static assets in MEDIA_ROOT along with user-uploaded files, and serve them both at MEDIA_URL. " and t

Big ASS for You WebCam Online & Free

2008-02-05 Thread king sexy
Big ASS for You WebCam Online & Free www.big-asses.c.la www.4film.c.la --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsu

FileField upload directory

2007-12-12 Thread Tristan King
Hi, Is there a way to point the FileField upload directory to somewhere that isn't under the MEDIA_ROOT ? I want this because i want to be able to upload files, but not have them accessible via the web. I've worked around this by making a new url to the upload directory and making a view which

Re: High Load

2006-12-08 Thread Graham King
Cheng, I use Linode and Gentoo as well ! I'm using Apache and MySQL, with memcached. I've spent a lot of time optimizing my setup, so I'm happy to help. The two most important things for me were: - Reduce database usage. Put some code in django.db.backends.postgresql to print out all

QuerySet._combine loses where clause

2006-05-30 Thread Graham King
I have a custom manager for one of my model objects which limits the objects returned. When I use the search features of the admin interface, it seems most of the details of my query set get lost, so the result is no longer limited by the details I passed to the 'extra' method. The co

Re: What server configuration to use

2006-05-26 Thread Graham King
PythonistL wrote: > I am going to setup a server to use it with Django. > I am going to use: Trustix Linux (http://www.trustix.org) > mod_Python with Apache > > Is 1GB memory enough? > > Regards, > L. > I'm running two Django sites (www.carriagereturn.org and www.mytimestream.com) on a vir

Re: SQLite concurrent access to database

2006-05-21 Thread Graham King
Kilian, I does indeed say here that SQLite can handle concurrent transaction, by queuing them up: http://www.sqlite.org/faq.html#q7 You're not using an NFS share are you ? Apparently that would break it. Are you running the app / script on each users machine, or on a web server the

cache_page used as 2.4 decorator with time

2006-05-11 Thread Graham King
When trying to cache a page using the cache_page decorator, it doesn't seem to work when passing a time with the python 2.4 syntax. This works: @cache_page def index(request): do stuff As does this: def index(request): do stuff index = cache_page(index, 60

Re: Flatpages shows "FlatPage object" instead of friendly name

2006-05-11 Thread Graham King
tomass wrote: > In the Flatpages list in the admin interface by default I see "FlatPage > object" instead of, for instance, the title or URL field. > It happened to my app too :-) It seems the most recent django calls __str__ now, whereas it used to call __repr__. --~--~-~--~

Re: Strategies for upgrading production databases?

2006-05-11 Thread Graham King
I tend to: - Update tables that have changed (usually adding a column). - Write & run a python script to move data around as appropriate. It's usually very easy with the django db api. - Release your new code and bounce the server. The advantages compared to the full dump / massage /

Re: 'module' object has no attribute 'urlpatterns'

2006-05-11 Thread Graham King
Flavio, Have you recently updated your django using svn ? I had the same problem because there was a 'urls' directory with some .pyc files in django/contrib/admin (there should only be a urls.py, no directory). Deleting the urls directory fixed it. I hope this helps, Graham. [EMAIL

Re: MR django_content_type SQL error

2006-05-10 Thread Graham King
I've now updated this on the Wiki. Graham King wrote: > In the RemovingTheMagic wiki page the SQL to upgrade > django_content_type is given as: > > UPDATE django_content_type SET name='group' WHERE model='group'; > UPDATE django_conten

MR django_content_type SQL error

2006-05-09 Thread Graham King
In the RemovingTheMagic wiki page the SQL to upgrade django_content_type is given as: UPDATE django_content_type SET name='group' WHERE model='group'; UPDATE django_content_type SET name='user' WHERE model='user'; The 'group' and 'user' should be plural. stuka fixes this to: UPDATE d

MR - MySQL database upgrade column rename

2006-04-22 Thread Graham King
In the RemovingTheMagic wiki page, the MySQL for upgrading the database has these two lines: ALTER TABLE django_content_type rename package to app_label; ALTER TABLE django_content_type rename python_module_name to model; In MySQL 4.1.14 (and in the docs for MySQL 5.0), the commands s

Re: Modify pulldown contents in admin interface

2006-04-10 Thread Graham King
user. It isn't exactly pretty, and I'm not sure if it causes an issue with threading (I don't know how mod_python works well enough), but it works ! I'm using the CVS trunk build. Thanks again, Graham. Russell Cloran wrote: > Hi, > > On Mon, 2006-04-10 at 1

Modify pulldown contents in admin interface

2006-04-10 Thread Graham King
Dear django-users, Is there a way to control the values that appear in a pulldown (a ForeignKey field) on the admin interface ? I would like the ForeignKey to only be assignable to a subset of all values. Any help much appreciated. Graham. --~--~-~--~~---

Re: MEDIA_ROOT error ?

2006-03-14 Thread Graham King
Spock, Can you post your urls.py here ? Probably you're just missing a comma. Graham. Spock wrote: > Thant for advice but it doesn't help much.. > Now I'm getting (Web page): > > TypeError at /media/dupa.txt > 'tuple' object is not callable > Request Method: GET > Request URL: htt

Re: MEDIA_ROOT error ?

2006-03-14 Thread Graham King
If you are using the development server, you need something like this in your urls.py: (r'^media/(?P.*)$', 'django.views.static.serve', {'document_root': r'/home/spock/python/iwywiad/media/'}) Spock wrote: > Hello, I'm trying to setup MEDIA_ROOT for test application. > Here are reults :) >

Re: Dreamhost - agh!

2006-03-03 Thread Graham King
pbx wrote: > Adrian said: >> I've never used Dreamhost, but I'll just toss in my two cents that >> having a dedicated server, with root access, is well worth it. >> ... it's still kinda-sorta affordable in the grand scheme >> of things if you're serious about making Web apps. > > I totally agre

Re: only show something(form) if javascript-enabled

2006-02-20 Thread Graham King
You could make the form invisible using css: #theFormId { display: none; } then use Javascript to change this to display = block. If they don't have Javascript the form won't appear. Or you could use Javascript to write the form out, as in: document.write('
'); but the CSS ve

Re: mod_python Segmentation fault importing django.utils.feedgenerator.py - with fix

2006-02-16 Thread Graham King
Graham King wrote: > > > paolo wrote: > >>Hi, I had problems running Django with mod_python, so I had the >>possibility to investigate and obtain some detailed info, which I'd >>like to share here. >> >>I'd like to suggest "Expat Causi

Re: recommended javascript books/tutorials/howtos?

2006-02-16 Thread Graham King
Luke Plant wrote: > On Tuesday 14 February 2006 10:07, Gábor Farkas wrote: > > >>i'd like to increase/enhance my javascript knowledge, which right now >>is rather limited (zero?) :) >> >>so, are there are books/websites you can recommend? >> >>i'm primarily interested in the application of java

Re: mod_python Segmentation fault importing django.utils.feedgenerator.py - with fix

2006-02-16 Thread Graham King
paolo wrote: > Hi, I had problems running Django with mod_python, so I had the > possibility to investigate and obtain some detailed info, which I'd > like to share here. > > I'd like to suggest "Expat Causing Apache Crash", which explains > problems caused due to mismatches in the version of t

Re: mod_python Segmentation fault importing django.utils.feedgenerator.py - with fix

2006-02-16 Thread Graham King
Yes, that is the case. Jacob Kaplan-Moss wrote: > On Feb 15, 2006, at 4:19 PM, Graham King wrote: > >> I have been getting a segmentation fault when using >>django.utils.feedgenerator to generate an RSS feed of my site. This >>works fine with 'django-admin r

mod_python Segmentation fault importing django.utils.feedgenerator.py - with fix

2006-02-15 Thread Graham King
Dear django-users, I have been getting a segmentation fault when using django.utils.feedgenerator to generate an RSS feed of my site. This works fine with 'django-admin runserver', but when run under mod_python, I get (in Apache's error log): [Wed Feb 15 22:02:41 2006] [notice] mod_