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

Re: I know this question has been asked before, but I haven't found an answer that solves my situation. I'm looking at the Django tutorial, and I've set up the first URLs exactly as the tutorial has i

2018-04-23 Thread Emma Amechu
('', views.index, name='index'),] mysite/urls.py from django.contrib import adminfrom django.conf.urls import include, url urlpatterns = [ url('', include('polls.urls')), url('admin', admin.site.urls),] Regards Emma On 22 April 2018 at 22:10, <vikramchauhan9...@gmail.com> wrote: > I have

Re: mysql and Django

2010-10-18 Thread emma
ere's probably a special option on mysql-python's > setup.py) yourself. As long as the newer version is in your PYTHONPATH > Django will pick it up. > > On Oct 15, 1:39 pm, emma <emmax...@live.com> wrote: > > > Hi, the linux server of my company has mysql 1.2.1, which is too ol

mysql and Django

2010-10-15 Thread emma
Hi, the linux server of my company has mysql 1.2.1, which is too old for Django. However, the administrator didn't want to upgrade it. I have to install mysql 5.1.51 under my home directory. I did that successfully, but Django still complain about the older mysql. Do you know if there is a way to

Logging into django admin site via wget and/or wkhtmltopdf

2010-03-04 Thread Emma F
Has anyone ever had any success accessing the django admin site via either of these tools? I'm working on a view that will convert a particular dynamically- generated page in my site to a PDF file, which can then be downloaded from the server. I originally tried to do this using this reportlab/

Models.py - retrieve information from other models via ForeignKey field?

2009-04-14 Thread Emma F
I feel like there must be something very elementary that I'm missing here, but I've been all through the documentation and can't figure it out. Say an app includes three models: - "Products" (includes fields: Product Name, Supplier, Cost Price, Retail Price - "Customers" (includes fields: