Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cookiecutter flask
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Remy Mudingay
Cookiecutter flask
Commits
009f4641
Commit
009f4641
authored
10 years ago
by
Steven Loria
Browse files
Options
Downloads
Patches
Plain Diff
Further clarification in README
parent
0da297ef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
{{cookiecutter.app_name}}/README.rst
+3
-3
3 additions, 3 deletions
{{cookiecutter.app_name}}/README.rst
with
3 additions
and
3 deletions
{{cookiecutter.app_name}}/README.rst
+
3
−
3
View file @
009f4641
...
@@ -24,10 +24,10 @@ Then run the following commands to bootstrap your environment.
...
@@ -24,10 +24,10 @@ Then run the following commands to bootstrap your environment.
cd {{cookiecutter.app_name}}
cd {{cookiecutter.app_name}}
pip install -r requirements/dev.txt
pip install -r requirements/dev.txt
python manage.py server
python manage.py server
You will see a pretty Welcome screen.
If you have already installed your database.
You will see a pretty welcome screen.
Once you have installed your DBMS, run the following to create your app's database tables and perform the initial migration:
::
::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment