File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ if [[ ! -z $DJANGO_VERSION ]]; then
34
34
35
35
read -p " Setup a New Database For Your Project? [y/n] " prompt
36
36
if [[ ${prompt,,} =~ ^(yes| y)$ ]]; then
37
- . manage_djagno_db
37
+ . manage_django_db
38
38
fi
39
39
fi
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ config:
12
12
guest_port : ' 80' # Virtual Machine Guest. Default port 80 is blocked when not sudo.
13
13
# accessing "localhost/" would be akin to "http://podtest8880.dev:8888"
14
14
# Apache runs on port 80 by default. Read the readme to change ports.
15
- hostname : ' podtest8888 .dev'
15
+ hostname : ' local .dev'
16
16
# Sync Host and Guest Machine folders.
17
17
synced_folder :
18
18
# Host is relative to where Vagrantfile is.
19
19
host : ' www'
20
20
# guest is relative to where VM root is.
21
21
guest : ' /vagrant/www'
22
22
# these get attached to each commit. Can be project specific, but this is so user can get to developing right after VM is up.
23
- git_user_name : ' twchris '
24
- git_user_email :
' [email protected] '
23
+ git_user_name : ' YOUR_GITHUB_USERNAME '
24
+ git_user_email : ' YOUR_GITHUB_EMAIL '
25
25
# a_different_master_environment:
26
26
# # Ubuntu Trusty 14.04 by Default.
27
27
# base_box: 'ubuntu/trusty64'
You can’t perform that action at this time.
0 commit comments