maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Added in small tutorial for doing an AppConfig #29

Closed jared-mackey closed 8 years ago

jared-mackey commented 8 years ago

The ability to automatically add in the partitions upon migrations potentially saves a lot of work. Here is a quick how-to for adding in an AppConfig that describes how to run this automatically.

I am not familiar with read the docs so if there is any unsupported syntax in there please advise and I will update. Thanks!

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling d23327f9aab8e49647f37b4c5b5557c8233bcf50 on mackeyja92:patch-1 into \ on maxtepkeev:master**.

maxtepkeev commented 8 years ago

Awesome, thanks!