Re: Django create username and password, please help!

2019-06-27 Thread ojakol emma
YOU NEED TO CREATE A SUPERUSER FIRST TRY TYPING: "python manage.py createsuperuser" then you fill in the information they need NOTE when you are typing your password it is not seen so you have to be careful thanks for more inquiries please contact +256 780738146 even me i deal django projects

Re: Polls app not showing?

2019-06-27 Thread ojakol emma
hv you got it On Thu, Jun 27, 2019 at 9:31 AM ojakol emma wrote: > first go to installed apps in settings then you install that app "POLLS" > > On Thu, Jun 27, 2019 at 5:33 AM ScottW wrote: > >> Hi, >> >> I'm attempting to get started with Django and v

Re: Polls app not showing?

2019-06-27 Thread ojakol emma
first go to installed apps in settings then you install that app "POLLS" On Thu, Jun 27, 2019 at 5:33 AM ScottW wrote: > Hi, > > I'm attempting to get started with Django and very first part of the polls > app. When I type "python manage.py startapp polls" into the Windows > Powershell I

Re: Installation Error!

2019-06-17 Thread ojakol emma
if you are using django first say pip install django and channels later say pip install channels On Mon, Jun 17, 2019 at 3:34 PM ojakol emma wrote: > pip install name e.g django > > On Fri, Jun 14, 2019 at 3:03 PM Brian Odhiambo > wrote: > >> Hello guys, how