James Bennett wrote:
> On 5/25/06, lazaridis_com <[EMAIL PROTECTED]> wrote:
>> * Replace command "django-admin.py" by "django-admin" or "django"

Thanks for your reply, but the discussion has evolved a little.

I had already replied to the reply of Mr. Joseph Kocherhans:

http://groups.google.com/group/django-developers/msg/a34947ba90eabee6

> Naming it 'django' would likely cause confusion, leading users to
> believe that it runs an entire Django-powered site. There is a web
> server built in to it, but this web server is explicitly not for
> production use. Just cutting the '.py' off the end doesn't seem to
> carry enough concrete usability enhancement to justify making a
> backwards-incompatible change in Django; if you have solid data to
> back up this suggestion could you please supply it?
> 
>> * Replace command "manage.py" by "django"
> 
> And confuse it with the other one that we'll be renaming to 'django'?
> 
>> * Enable sqlite3 database / filename by default
> 
> This would require us to dictate a location and name for the database;
> this might not be consistent with what the user wishes, or even with
> the filesystem permissions the user possesses, in which case the very
> act of starting Django up would yield an error message.
> 
>> * Externalize database settings (e.g. dbdefault.py)
> 
> Why?
> 
>> * Enable Admin application by default
> 
> Why? In the past users of Django have complained about it creating
> tables and installing applications by default, which is why Django
> does not do so now.
> 
>> * Create a superuser by default (e.g. user:admin / pass:django)
> 
> This is a severe security risk.
> 
>> * Rename "startapp" to "createapp"
> 
> Why? It doesn't create the app. It starts the process of creating the app.
> 
>> * Provide basic Database Evolution (e.g. add field)
> 
> Irrelevant because schema evolution is being worked on.
> 


-- 
http://lazaridis.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to