Git Product home page Git Product logo

Comments (3)

lucacastelnuovo avatar lucacastelnuovo commented on May 28, 2024 2

Most of your questions can be answered if you look at https://github.com/milesmcc/shynet/blob/master/GUIDE.md?rgh-link-date=2020-06-27T14%3A37%3A08Z#heroku

To create an admin account use the following snippet.

heroku run --app= ./manage.py registeradmin

To allow normal accounts to be created publicly

Set ACCOUNT_SIGNUPS_ENABLED=False in your .env to ACCOUNT_SIGNUPS_ENABLED=True

And if you want to manually create accounts

  1. login to your admin account
  2. navigate to https://yourshynetinstance.com/admin
  3. click on users
  4. click on create

from shynet.

anand-010 avatar anand-010 commented on May 28, 2024 1

I am followed Getting started Guide https://github.com/milesmcc/shynet/blob/master/GUIDE.md#installation
and it works

from shynet.

milesmcc avatar milesmcc commented on May 28, 2024

Hey! Please refer to the Heroku section of the Getting Started Guide. Specifically, to create an account, you'll need to follow the commands listed below the deploy button.

You'll need to run heroku run --app=<your app> ./manage.py registeradmin <your email> and heroku run --app=<your app> ./manage.py hostname<your hostname>. See the guide for more info.

from shynet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.