ZeppFusion / custom_auth /__manifest__py
Xyro123's picture
Create __manifest__py
595b761 verified
raw
history blame contribute delete
329 Bytes
# custom_auth/__manifest__.py
{
"name": "Custom Website Auth",
"version": "1.0",
"summary": "Simple signup and login pages for website",
"category": "Website",
"author": "You",
"depends": ["website"],
"data": [
"views/templates.xml",
],
"installable": True,
"application": False,
}