Python Forum
Django packages for website with paid user accounts
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Django packages for website with paid user accounts
#1
Hello,

I need to build a website which has the following features.

(a) customers create an password protected account and pay a fee.
(b) once the fee has been confirmed they would upload a data file (~6Mb in size), which must be checked for validity (we have scripts to check it) and returned to the customer if not. The file is then stored in their account securely. An analysis is then run on their file on a backend server (~30mins on single core) and the results are placed in the customers account and they receive and email when it is ready. The customer should have the option to cancel their account, in which case the data should be deleted and their account closed.

Could I get recommendations of Django packages that might help with this?

Many thanks
Reply
#2
use the django package search: https://djangopackages.org/
aslo pypi (for example key: django password): https://pypi.python.org/pypi?%3Aaction=s...mit=search
Reply
#3
(Dec-16-2017, 07:34 PM)Larz60+ Wrote: use the django package search: https://djangopackages.org/
aslo pypi (for example key: django password): https://pypi.python.org/pypi?%3Aaction=s...mit=search

Thank you for sharing a packages.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  please help me with my django website? MetsxxFan01 0 1,515 May-05-2022, 11:38 PM
Last Post: MetsxxFan01
  Knowing User's Connection Type in Django Dexty 2 1,587 Apr-27-2022, 11:54 AM
Last Post: Dexty
  register the user as staff member - django rwahdan 0 1,485 Dec-24-2021, 03:08 PM
Last Post: rwahdan
  display local images on django website mp3909 2 6,314 Apr-01-2020, 11:18 AM
Last Post: mp3909
  Python can't import Django and it's in the site-packages directory karkas 3 8,161 Feb-11-2020, 02:59 AM
Last Post: menator01
  Send email to gmail after user fill up contact form and getting django database updat Man_from_India 0 2,107 Jan-22-2020, 03:59 PM
Last Post: Man_from_India
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,311 Jun-30-2019, 12:21 AM
Last Post: scidam
  sending email from admin to user in django anjana 0 3,252 Jun-07-2019, 12:01 PM
Last Post: anjana
  RelatedObjectDoesNotExist: User has no profile. Django 1.11 m0ntecr1st0 1 12,572 Feb-21-2019, 01:00 AM
Last Post: m0ntecr1st0
  How to get this function using Django in building a website? py2exe 0 2,444 Jul-25-2018, 09:56 AM
Last Post: py2exe

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020