On Wed, Apr 07, 2021 at 12:43:03PM +0545, Vkash Poudel wrote: Sorry, I don't have any reference code for you. But here are some things to think about.
> 2. where Users can purchase KEY for a service, ie. just like (Product > Key or Activation Key) What payment backend will you use for the purchasing part? Stripe? > 3. Validate that key as per their subscription, ie. (Month or Year) Is the "service" mentioned a web service? If so, the license key could simply be an API key that must be included with every service API request, perhaps in the HTTP Authorization header. Then in Django, check that the licence the API key is tied to hasn't expired. You could use django-rest-framework for the API and probably the auth. > 4. user can use service with only one device in real time How will you determine "usage of the service"? If device A hits the service API at 9:00:00 and device B hits the service at 9:00:01, is that allowed? > On Wed, Apr 7, 2021 at 10:16 AM Ryan Nowakowski <tuba...@fattuba.com> wrote: > > > What kind of product are you trying to license? A proprietary computer > > desktop application? A mobile application for iOS or Android? A proprietary > > self-hosted web app? > > > > On April 6, 2021 1:50:51 AM CDT, "bikash...@gmail.com" < > > bikashpoud...@gmail.com> wrote: > >> > >> Can any one provide me reference regarding license (Serial Key) server > >> system in django, > >> where , > >> we can generate unique serial key for products, > >> we can validate user subscription, > >> Clients can run demo (limited features), > >> and with that serial key users can run with limited device,(Device lock) > >> > >> Hopefully can I get some reference , Pease provide me some materials in > >> django. > >> > >> -- > > 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...@googlegroups.com. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/django-users/847E6643-D082-49A8-B615-973E55B7C3B9%40fattuba.com > > <https://groups.google.com/d/msgid/django-users/847E6643-D082-49A8-B615-973E55B7C3B9%40fattuba.com?utm_medium=email&utm_source=footer> > > . > > > > > -- > Best Regards, > Bikash Poudel > > -- > 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...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAE0sOGwdBprTwBnf_HLsCXb3KPdLTSjeee6bMkadayr8zUL9%2BQ%40mail.gmail.com. -- 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...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20210408225821.GQ15054%40fattuba.com.