Re: How t o create more than one application

2016-08-14 Thread Timothy Steele
Thanks On Sat, Aug 13, 2016 at 7:34 PM, Andrew Emory wrote: > Just enter the command: python manage.py startapp app_name from your > terminal window in the projects source directory. > > On Friday, August 12, 2016 at 7:37:10 PM UTC-5, Timothy Steele wrote: >> >> >> >> down votefavori >>

Re: How t o create more than one application

2016-08-13 Thread Andrew Emory
Just enter the command: python manage.py startapp app_name from your terminal window in the projects source directory. On Friday, August 12, 2016 at 7:37:10 PM UTC-5, Timothy Steele wrote: > > > > down votefavori >

Re: How t o create more than one application

2016-08-12 Thread Timothy Steele
On Saturday, August 13, 2016 at 1:37:10 AM UTC+1, Timothy Steele wrote: > > > > down votefavori > > > I am studying the Django framework, reading the documentation, but have > not found references on how to create

How t o create more than one application

2016-08-12 Thread Timothy Steele
down votefavori I am studying the Django framework, reading the documentation, but have not found references on how to create more than one application on the same project, where each application has multiple app