clone repo
git clone https://github.com/PyaePhyoKhant/castle-test.git
then cd
to root directory
cd castle-test
create virtual environment and install requirements (this may take a few seconds)
pipenv install
if you encounter pipenv: command not found
error, install pipenv
first
pip install pipenv
start virtual environment
pipenv shell
the steps below should be inside shell or otherwise it may cause error
apply django migrations
python manage.py migrate
runserver
python manage.py runserver
currently, two accounts were created
Username | Password |
---|---|
aungkaung | 1h-jp!8* |
blank | 1h-jp!8* |
python manage.py createsuperuser