Sunday, April 1, 2012

Re: canceling account

It does not appear that anyone truly answered your question.

The accounts are maintained in a database.

Figure out which table and which columns the account that you want to remove are maintained.  You can accomplish this by viewing a development server that you may have in house and spinning up a new instance and create an admin account.

Then just delete the account from the database to remove the person that you want to remove.

Or you could just change the name  so that you have control of the account your self.

Good luck

On Saturday, March 31, 2012 9:52:20 AM UTC-4, JoeLinux wrote:

Lilian,

To be clear here, Django is a web framework for creating web applications. Then there are web hosting services out there that will let you run your Django applications on their servers. Within your own Django application, you may have administrative accounts setup.

What account (and where) is it that you need removed, exactly?

--
Joey Espinosa
Software Engineer
http://about.me/joelinux

On Mar 31, 2012 9:44 AM, "Sergiy Khohlov" <skhohlov@gmail.com> wrote:
Hello,
 What do you  mean ?
Each  django application has  ability to add  django superuser account.
Also hoster company provide a  account  for setting django application
 at the host.
Please clarify  what do you want to do

 Thanks,
Serge

2012/3/31 Lillian Cauldwell <lillian.cauldwell@gmail.com>:
>
> My previous webmaster set up my company's d'jango account.
> He no longer works for me.
> How do I cancel my account?
>
> Thanks,
> Lillian
> --
> "Creator" Cauldwell
> CEO, Passionate World Radio, Inc.
> Distinguish Yourself From the Ordinary! (c) 2010-2011 PWR
> http://www.internetvoicesradio.com
> http://www.amazingworldsoflscauldwell.com
> http://pwrwebtv.intuitwebsites.com
> 734-827-9407
>
> --
> 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 unsubscribe from this group, send email to
> django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

--
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 unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ATwivI_wFU0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment