Meta
Books
Navigation
Series & Popular
Tag Archives: python
Social News in 1000 Steps – Step 14
This entry is part 14 of 14 in the series Social NewsI added a table to exclude domains specified by the user. The model and view are as follows: class ExcludeDomain(db.Model): __tablename__ = ‘exclude_domains’ id = db.Column(db.Integer, primary_key=True) added … Continue reading