In Django, how can I manually create users for my project? -


i process of users manually rather having automated registration process. have looked @ documentation , there command line facility creating super user. can create ordinary users command line or equivalent manual process?

you can create user in django create_user() helper function comes django. can refer link more information available in django documentation.

another way can dumping user lists directly in database. let if use mysql database, can dump data csv format mysql database.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -