How to build a development environment of doccano
See original GitHub issueSystem information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): OSX
- Python version: 3.6
Describe the problem
After completing all installation steps, When I go to “Projects” page, I am getting server log:
[11/Apr/2019 00:15:17] "GET /projects/ HTTP/1.1" 200 9983
Not Found: /api/projects/
[11/Apr/2019 00:15:18] "GET /api/projects/ HTTP/1.1" 404 5044
I try to create a project – dialog pops up, but “Create” button does not work (even after filling in all fields).
Source code / logs
[11/Apr/2019 00:15:17] "GET /projects/ HTTP/1.1" 200 9983
Not Found: /api/projects/
[11/Apr/2019 00:15:18] "GET /api/projects/ HTTP/1.1" 404 5044
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to build a development environment of doccano #149
System information. OS Platform and Distribution (e.g., Linux Ubuntu 16.04): OSX; Python version: 3.6. Describe the problem.
Read more >Install and upgrade doccano
Choose the installation method that works best for your environment: Install doccano ... Second, set up the database and run the development server....
Read more >Doccano — A Tool To Annotate Text Data To Train Custom ...
and set DATABASE_URL as an environment variable. Once doccano is installed, run the following commands in order to: Initialize the database:
Read more >general - Aug 28, 2020 - Doccano text annotation tool overview
Key moments. View all · Edit the Data · Edit the Data · Edit the Data · Develop Labels · Develop Labels ·...
Read more >doccano - Heroku Elements
doccano is an open source text annotation tool for humans. ... and set DATABASE_URL environment variable according to your PostgreSQL credentials:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think new commands are:
As I mentioned, you miss
npm start
. Please read the README carefully.