Is it safe to upload my Django project to GitHub?

Viewed 3556

Will uploading my Django project to GitHub make my superuser (created with python manage.py createsuperuser) vulnerable?

I used a sensitive password with the superuser I created and I do not want it to be compromised by uploading the source code to GitHub.

The website itself does not contain any sensitive code.

1 Answers
Related