[main] Missing stuff
This commit is contained in:
@@ -12,7 +12,7 @@ def render_templates(template_dir, project_name):
|
||||
|
||||
# Mustache data (dynamic placeholders)
|
||||
data = {
|
||||
"PROJECT_NAME": project_name,
|
||||
"PROJECT_NAME": str(project_name).lower(),
|
||||
"PORT": port
|
||||
}
|
||||
|
||||
|
||||
0
requirements.txt
Normal file
0
requirements.txt
Normal file
Reference in New Issue
Block a user