Skip to content

VirtualCave/saw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AWS resources Karst project

Project setup

After clone the project you need execute database migrations:

docker-compose run web /usr/local/bin/python django_project/manage.py migrate

Then, create a django-admin superuser:

docker-compose run web /usr/local/bin/python django_project/manage.py createsuperuser --username user --email [email protected]

This command will prompt password, password again, and confirm it.

Last step is collect static files:

docker-compose run web /usr/local/bin/python django_project/manage.py collectstatic --no-input

Reference documentation:

About

Using IAM access, helps managing resources visible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors