-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
60 lines (47 loc) · 1.63 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
####################################
# #
# portfolio #
# - a simple portfolio project #
# #
####################################
This code is for the purpose of
showing off my mad django chops.
Mad django chops not included.
###-- Revision 0.5: Fozzie The Funny --###
*Added real auth setup
*added delete templates
*renamed to match CRUD standards
###-- Revision 0.4: Eddy the Fast (cheating, i know --###
*added basic django-registration functionality
*because someone's actively vandalizing my site!
*Also fixed the post order. Bonehead mistake, that.
###-- Revision 0.3: Dr Bunsen Honeydew the Devious --###
*Added a nicer sidebar
*wrote some functional tests with varying degrees of pragmatism
###-- Revision 0.2a: Camilla the Chicken --###
*played with appearance, wip
###-- Revision 0.2: Camilla the Chicken --###
*Added Bootstrap & HTML5 Boilerplate
*Added Generic Views for BlogPosts
-List
-Create
-Update
-Delete
###-- Revision 0.1c: Burt the Builder --###
*Added laptop pub keys to heroku
###-- Revision 0.1b: Burt the Builder --###
*changed DB settings for the better
###-- Revision 0.1a: Burt the Builder --###
*Pushed to Heroku
-(may span multiple commits!)
###-- Revision 0.1: Burt the Builder --###
*Actually works! Kind of.
*Server runs, some heroku settings in place
*New Posts / admin in working order
*base.html in place, works
*only uses class based views
###-- Revision 0: Albert the Actuary --###
*Set up django, local repo, req.txt, etc
*Began class based index view
*Realized I don't need django for this
*This code doesn't even work yet