Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 30, 2014
1 parent 59ed439 commit 0508214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickcharts2/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def fill_data():
year = random.choice(range(1900, 2012))
month = random.choice(range(1, 12))
day = random.choice(range(1, 28))
cs.statdate = datetime(year, month, day)
#cs.statdate = datetime(year, month, day)
cs.country_id = random.randint(1, len(countries))
cs.political_type_id = random.randint(1, len(politicals))
db.session.add(cs)
Expand Down

0 comments on commit 0508214

Please sign in to comment.