Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

서버 실행하기 #2

Open
Dangdang00 opened this issue Apr 18, 2020 · 0 comments
Open

서버 실행하기 #2

Dangdang00 opened this issue Apr 18, 2020 · 0 comments

Comments

@Dangdang00
Copy link
Collaborator

Dangdang00 commented Apr 18, 2020

서버 실행하기

처음에만 사용하는 명령어

python -m pip install virtualenv
virtualenv .env

Mac OS

source .env/bin/activate
python3 manage.py runserver

Windows

.env\Scripts\activate

페이지 확인

localhost:8000/accounts/signup
localhost:8000/accounts/signin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant