Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Library Program Prison Project
Post: RE: Library Program Prison Project

(Jul-08-2017, 04:58 PM)Larz60+ Wrote: If you have access to sticky labels, might I suggest printing your own barcodes for each book there are codes such as 'code 3 of 9' which support a full ANSI ch...
lewashby General Coding Help 9 6,249 Jul-13-2017, 01:39 AM
    Thread: Library Program Prison Project
Post: RE: Library Program Prison Project

(Jul-06-2017, 09:18 PM)nilamo Wrote: (Jul-06-2017, 12:54 AM)lewashby Wrote: I already have a formula in my head for generating the IDs.Do you have multiple copies of books?  You could just use the...
lewashby General Coding Help 9 6,249 Jul-08-2017, 03:05 PM
    Thread: Library Program Prison Project
Post: RE: Library Program Prison Project

(Jul-06-2017, 01:09 AM)ichabod801 Wrote: This is not that big a project. You could do it with a two table database, one for books and one for inmates. That's simple enough that you could do it witho...
lewashby General Coding Help 9 6,249 Jul-06-2017, 02:18 AM
    Thread: Library Program Prison Project
Post: Library Program Prison Project

I run a small library in a prison and I'm currently having to do everything in an excel spreadsheet which has a lot of limitations and there are a lot of tasks that could be made a lot easier and done...
lewashby General Coding Help 9 6,249 Jul-06-2017, 12:54 AM
    Thread: startproject - django 1.9.6
Post: RE: startproject - django 1.9.6

It's Solved. I just followed the same steps again and this time it worked fine.
lewashby Web Scraping & Web Development 4 5,558 Dec-24-2016, 09:00 PM
    Thread: startproject - django 1.9.6
Post: RE: startproject - django 1.9.6

user@mothership myhellowebapp $ pwd /home/user/projects/python/django-projects/myhellowebapp user@mothership myhellowebapp $ ls -al total 16 drwxr-xr-x 4 user user 4096 Dec 20 22:39 . drwxr-xr...
lewashby Web Scraping & Web Development 4 5,558 Dec-22-2016, 04:08 AM
    Thread: startproject - django 1.9.6
Post: startproject - django 1.9.6

Linux Mint I'm following a book on Django and it has this -> https://hellowebapp.com/setup/ accompanying website. Take a look below at what I'm getting when I get to the "Start your Django project...
lewashby Web Scraping & Web Development 4 5,558 Dec-22-2016, 01:08 AM
    Thread: Simple Django Tutorial
Post: Simple Django Tutorial

I'm following the Django tutorial here -> https://docs.djangoproject.com/en/1.10/i...utorial01/ but I'm having problems. I can run python3 manage.py runserver and then point my browser to ipaddress...
lewashby Web Scraping & Web Development 1 4,618 Dec-10-2016, 05:29 PM
    Thread: django migrate/migrations
Post: RE: django migrate/migrations

(Dec-01-2016, 08:25 PM)Mike Ru Wrote: Did you add the app into the settings.py? Yes. INSTALLED_APPS = [     'django.contrib.admin',     'django.contrib.auth',     'django.contrib.contenttypes',    ...
lewashby Web Scraping & Web Development 2 5,133 Dec-02-2016, 03:18 AM
    Thread: django migrate/migrations
Post: django migrate/migrations

I'm following a Django course on Udemy.com and there is what my django app's (msg) models.py file looked like before I hit the latest problem in the course. from django.db import models # Create yo...
lewashby Web Scraping & Web Development 2 5,133 Nov-29-2016, 02:42 AM
    Thread: django manage.py startserver - not working
Post: RE: django manage.py startserver - not working

I have had many problems with django. This particular problem was solved by walking away from my computer for a while. I came back and ran the same command and it worked, I didn't change a thing. I ha...
lewashby Web Scraping & Web Development 3 18,290 Nov-24-2016, 11:24 PM
    Thread: django manage.py startserver - not working
Post: RE: django manage.py startserver - not working

SOLVED
lewashby Web Scraping & Web Development 3 18,290 Nov-24-2016, 08:02 PM
    Thread: django manage.py startserver - not working
Post: django manage.py startserver - not working

Error:$ ./manage.py startserver Traceback (most recent call last):   File "./manage.py", line 17, in <module>     "Couldn't import Django. Are you sure it's installed and " ImportError: Couldn't...
lewashby Web Scraping & Web Development 3 18,290 Nov-24-2016, 06:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020