#30845: Simple explanation of default app folder structure
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  toufiqalamau                       |
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:             |        Version:  2.2
  Documentation                      |
               Severity:  Normal     |       Keywords:  Django tutorials
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Dear Sir,
 I am new to django. I tried the IRC channel but no one is active there and
 mibbit #django channels does not seem to be very much active at all.

 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/055.d36fb8adfd64dbda86d81bcc6906a63b%40djangoproject.com.

Reply via email to