Add a model for external apps

Stores their name, website, and credentials
This commit is contained in:
Baptiste Gelez
2018-10-21 14:19:07 +01:00
parent 76ca76f068
commit 4c8a727e9e
7 changed files with 56 additions and 0 deletions
+1
View File
@@ -214,6 +214,7 @@ pub fn ap_url(url: String) -> String {
}
pub mod admin;
pub mod apps;
pub mod blog_authors;
pub mod blogs;
pub mod comments;