how to use the sites framework?

2015-08-13 Thread derek riemer
Hi, I have 3 apps. A base site, with a main menu, a personal website with a biography, and a weather app. I was curious if the sites framework can distinguish each app as a separate site while they are all on the same domain? I have derekriemer.pythonanywhere.com, and on the apps are pointed t

a simple software listing app.

2015-07-01 Thread derek riemer
I have a model that represents a list of software. This way pieces of software can be added interactivly. from django.db import models # Create your models here. class Software(models.Model): name = models.CharField(max_length=50) programming_language = models.CharField(max_length=50)

Lots of django questions

2015-05-21 Thread Derek Riemer
Hi guys, A few questions here. First of all, 0. Woopsi, I accidentally pushed my secret key to a public github multiple times (I must be an idiot Lol). Can I simply just change this key to a random string like those on https://www.grc.com/passwords.htm? Luckilly I never really did anything wit