you honestly think it's possible to develop a site with reading ?? honestly
CapnKernel
My honest answer is that it takes reading, practice, listening and reflection. There's no royal road.
Please do have a look at Flask, as it's also Python, but quite a bit lighter weight than Django
btw, what do you use for version control?
xeberdee
you mean git
CapnKernel
git's one way, yes
I use it.
dinoangelov joined the channel
Some people have multiple deployments of their website and don't even have version control. Wow.
xeberdee
as far as I can see it will be beneficial later, but for now - it's just me
jaycedars joined the channel
CapnKernel
You don't have to use South
If you think you're fine without it, then that's ok.
xeberdee
I don't know how to do it without south - just trash the database and start from scratch every time. I thought the idea was that I could, kkep the data in the db - but now I have to trash it.
CapnKernel
I don't think you have to trash anything
xeberdee
to implement the new functions
CapnKernel
At least South isn't forcing you to trash it.
Hell, none of us trash our databases!
xeberdee
no - but I can't get it to work
erikcw has quit
CapnKernel
Well, we can help you with that.
You might be throwing the baby out with the bathwater
xeberdee
it won't migrate, and it seems I have to go back to initial
CapnKernel
The fact is that database schemas, and the interpretation of the data in our databases, changes over time. South helps keep those changes consistent across deployments, and gives us control about when those changes happen.
When you talk in broad terms (for example, "it doesn't work"), it doesn't give us the info we need to help you.
robbyoconnor has quit
xeberdee
CapnKernel: I just gave you 4 hours worth :)
CapnKernel
By "it won't migrate", do you mean the message that your categories table already exists?
robbyoconnor joined the channel
mstrcnvs joined the channel
xeberdee
CapnKernel: yes - that's my simple explanation. I have no other method
erikcw joined the channel
CapnKernel
Now, you showed me that migration. Can you share it again with me?
xeberdee
If I knew how to explain it 'correctly' then I could probably fix it.
snkcld has quit
CapnKernel
When I ABC it DEFs is enough.
For example, "when I try to run the migration, I get the following error message"
You shared that with me before, can you show me again please?