Could authenticate the CLI version by recording the users on the
system that have access and do authentication through the os module's
getlogin()?

On Jan 21, 3:53 pm, Derek Anderson <[EMAIL PROTECTED]> wrote:
> well it's a desktop app, so i don't use any authentication.
>
> but my guess is you can prompt at the command line, and use most of
> django's auth system.
>
>
>
> dlc wrote:
> > How does authentication work?
>
> > I want to build apps with both web and CLI interfaces, with nearly
> > 100% overlap in functionality between the two interfaces.  I'm a CLI
> > snob but I also need GUI to "sell" my projects to the rest of the
> > team.
>
> > On Jan 21, 12:12 am, Derek Anderson <[EMAIL PROTECTED]> wrote:
> >> hey all,
>
> >> i'm prob. not the first to do this, but i don't know of anyone else who
> >> has so i thought i'd mention it.
>
> >> i've used django's database and ORM layers as the backend to a new pygtk
> >> app.  (all over a sqlite db)  it has worked wonders and allowed me to
> >> focus my time on the UI, not writing reams of file parsing code.  i
> >> recommend anyone else starting a new app to consider it.
>
> >> the app itself is prob. of limited audience.  (it's an itunes-like
> >> management app for research papers)  if you're working on a phd you
> >> might want to give it a whirl, but otherwise i expect your reaction to
> >> be like "yeah, neat, but, wtf?"  :)
>
> >> anyway, link:http://gpapers.org/
>
> >> ttyl,
> >> derek
>
> >> --
> >>   looking to buy or sell anything?
>
> >>      try:http://allurstuff.com
>
> >>   it's a classified ads service that
> >>   shows on a map where the seller is
> >>   (think craigslist + google maps)
>
> >>   plus it's 100% free :)
>
> --
>   looking to buy or sell anything?
>
>      try:http://allurstuff.com
>
>   it's a classified ads service that
>   shows on a map where the seller is
>   (think craigslist + google maps)
>
>   plus it's 100% free :)
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to