i have simple questions.
1. Where do I contact active django experts about my django questions? IRC
does not work it seems.
2. when I first create an app with py manage.py startapp blog(or whatever)
it shows only 4 files, settings.py, urls.py, wsgi.py and __init__.py. But
after that running the same code gives me folders with different kinds of
files. Why is that? Is it because, whichever app is the first will need a
server to run so all the server related files are there and for the next
apps they don't need server settings anymore? Then what about admin.py,
apps.py, models.py, tests.py, views.py files in the first 'blog' app? Does
my first app not need these files?
--
Ticket URL: <https://code.djangoproject.com/ticket/30845>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
You can learn how to write your first Django app, from
[https://docs.djangoproject.com/en/stable/intro/ tutorials]. Trac is not a
support channel.
Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/30845#comment:1>