Skip to content

My photo gallery re-write using Django. This is my attempt to shamelessly display my attempts to get better at Python and Django. Constructive feedback welcome to rob@vees.net. The narthex is the place where you can see the beauty of the cathedral from the front door but can't touch anything inside.

vees/narthex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narthex Project

Yet another content management system.

This one is going to be located at vees.net so we're designing around urls that fit a short URL format and are "cool urls" that don't change over time.

References;

docs/motivation.md
docs/urls.md

[exo]
    excludelist
    finddump
    loadphotos
    mainmenu

[veesprod@skymaster]$ python manage.py sqlmigrate exo 0003
BEGIN;
ALTER TABLE `exo_picturesimple` ADD COLUMN `key` varchar(4) NULL;
ALTER TABLE `exo_picturesimple` ALTER COLUMN `key` DROP DEFAULT;

COMMIT;

About

My photo gallery re-write using Django. This is my attempt to shamelessly display my attempts to get better at Python and Django. Constructive feedback welcome to rob@vees.net. The narthex is the place where you can see the beauty of the cathedral from the front door but can't touch anything inside.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published