URGENT: DJANGO & COPYRIGHT

2024-02-01 Thread Lightning Bit
Can one copyright an entire Django Project if it contains licensed code from APIs? Or, does the copyrightable code only apply to exclusive algorithms developed on the backend? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

OneSignal Push Notification for iOS and Android via Django Views

2023-12-28 Thread Lightning Bit
Hello, The OneSignal API does not have a segment that details how to send a OneSignal Push Notification to iOS and Android devices w/ Python. Is there any way to have a Push Notification delivered after an email is delivered via Django Views? Thanks in advance! -- You received this message

AWS Polly w/ strictly Django and Javascript

2023-08-14 Thread Lightning Bit
Hello, how could one go about integrating AWS Polly voices onto a website utilizing only Django, HTML, CSS, and Javascript? I do not want to use "node.js" or "react". -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Run Python Code on Front-End

2023-05-22 Thread Lightning Bit
Hello all, I've created an accessibility app where the *speech_recognition* package is utilized and triggered upon running a Python function. I can successfully run the Python code in Jupyter Lab - no problems. However, it seems impossible to activate the *speech_recognition* package on the

Make outgoing call Twilio API

2023-05-02 Thread Lightning Bit
Hi All, I have a Django app where I want to make a phone call (in-app) to another users phone number. However, Twilio seems to only allow verified phone numbers and Twilio phone numbers to make calls. Is there any way to make it so that *any *user that registers and inputs their phone

Heroku Timeout When Sending Emails

2022-11-25 Thread Lightning Bit
Heroku timesout and says application error when sending emails to 100+ customers. How can this be resolved with Django? Does Heroku have an upgrade feature that will allow larger requests to be sent? -- You received this message because you are subscribed to the Google Groups "Django users"

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

Turn Django Web App to Mobile App

2022-06-28 Thread Lightning Bit
Hello all, Where should one start to convert a Django Web App into a Mobile App for the Play Store and Apple Store? Appreciate the 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

DJANGO AWS: Failed to load resource: the server resp....403 (Forbidden)

2021-02-04 Thread Lightning Bit
Does anyone know how to bypass the 403 error on AWS S3 with Django where the static files are not allowed to show up on the site? -- 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

fatal: sha1 file '' write error: Broken pipe

2021-02-02 Thread Lightning Bit
How do you fix the broken pipe when trying to push Django project using Git? The file is 5GB large -- 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

Randomly Generate a "Certificate of Completion"

2020-10-21 Thread Lightning Bit
Hi All, Where should one start to randomly generate a "Certificate of Completion" with the user's name, a certificate ID, and certificate title? I want for this certificate to appear upon the user making it to a specific URL and for the certificate to have a special ID for each user. Also,

Re: Add user to Group after purchase

2020-10-02 Thread Lightning Bit
# object that was saved! > # add logic ... > > > post_save.connect( > MyModel_postsave_handler, > sender=MyModel, > dispatch_uid="mymodel.models") > > > I hope this simple example can help? Try to use pdb to see if the > postsave_handler funct

Add user to Group after purchase

2020-09-28 Thread Lightning Bit
Hi All, How would one add a user to a certain Backend group in the Django Administration after a user purchases a particular item? I have played around with tons of techniques but nothing is working. Thanks! -- You received this message because you are subscribed to the Google Groups

LOCK AND UNLOCK PAGES TO SPECIFIC USERS

2020-09-22 Thread Lightning Bit
How can one lock a page "unless" the user clicks on a button on a previous page? So, for instance, the user will not be able to type in that url and get to the page unless they have clicked the button on the previous page at some point in time. Also, how can you lock someone out of a page

How to Add to Django Administration Using Code

2020-09-20 Thread Lightning Bit
Hi all, I am trying to figure out how to add "Customers" using code. Please look at the administration layout: [image: HELP.png] I was able to add to "Groups" using the following code in "views.py": *@unauthenticated_user* *def registerPage(request):* *form = CreateUserForm()*

New Users Unable to Use Website

2020-09-19 Thread Lightning Bit
Encountering a lot of errors here. Here is the spill: *THE CASE:* So, I have created the base site with an operational store. However, now I am trying to add new users. I completed about half of the "setting up user accounts" tutorial, however, now, whenever a new user logs in, he/she is

Integrating User Accounts into Django Website

2020-09-05 Thread Lightning Bit
Hi all, Does anyone have experience with integrating user accounts into a Django Website? Are there any quality tutorials online? -- 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

DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread Lightning Bit
I logged into the ADMIN PORTAL and saw that there was an image for each item in the ADMIN PORTAL. Strangely, when returning to the website, I am unable to actually "see" the pictures - they are blank with the no file icon in the top left. This was not the case back in the testing environment.

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

2020-08-30 Thread Lightning Bit
Hello all, Does anyone know how to add a manifest entry for a staticfile? I have used: *> python manage.py collectstatic --noinput * >From this I got the "*staticfiles"* folder. However, when I perform a logging on the website, this 505 error appears: *> raise ValueError("Missing

500 Server Error | Impossible to Fix

2020-08-28 Thread Lightning Bit
ver Error that appears on the website? Does anyone know how to fix this? At this point, I feel as though I spent months developing this website for nothing. Please help if possible. Thank you! - Lightning Bit -- You received this message because you are subscribed to the Google Groups &quo