Opened 5 years ago

Closed 5 years ago

#30845 closed Uncategorized (invalid)

Simple explanation of default app folder structure.

Reported by: Toufiq-Ul-Alam Owned by: nobody
Component: Documentation Version: 2.2
Severity: Normal Keywords: Django tutorials
Cc: toufiqalamau@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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?

Change History (1)

comment:1 by Mariusz Felisiak, 5 years ago

Resolution: invalid
Status: newclosed
Summary: Simple explanation of default app folder structureSimple explanation of default app folder structure.

You can learn how to write your first Django app, from tutorials. Trac is not a support channel.

Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top