crowdbotics-apps / new-app-15893

This empty application was built with Crowdbotics www.crowdbotics.com
0 stars 1 forks source link

Configure Admin Access #7

Open crowdbotics-apps opened 4 years ago

crowdbotics-apps commented 4 years ago
  1. Run manage.py file to start the super-user creation process with: python manage.py createsuperuser

  2. Fill in details for your username, email, and password.

  3. Navigate to the admin panel’s URL in a browser of your choice (example: http://your-server-ip:8000/admin/).

  4. Log in with the username and password you just created.